On a related note, what happened to the source code for the Haskell Web Server? http://research.microsoft.com/~simonmar/hws.tar.gz Is it no longer suitable for public consumption? (I have a copy at home somewhere, though). -----Original Message----- From: Johannes Waldmann [mailto:joe@isun.informatik.uni-leipzig.de] Sent: 05 March 2003 13:42 To: haskell@haskell.org Subject: HTTP protocol libraries Dear all, I am looking for a Haskell library for the HTTP/1.1 protocol, i. e. data types for Requests and Responses, and functions to read chunked bodies etc. Is there such a thing? -- -- Johannes Waldmann ---- http://www.informatik.uni-leipzig.de/~joe/ -- -- joe@informatik.uni-leipzig.de -- phone/fax (+49) 341 9732 204/207 -- ***************************************************************** The information in this email and in any attachments is confidential and intended solely for the attention and use of the named addressee(s). This information may be subject to legal professional or other privilege or may otherwise be protected by work product immunity or other legal rules. It must not be disclosed to any person without our authority. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are not authorised to and must not disclose, copy, distribute, or retain this message or any part of it. *****************************************************************
"Bayley, Alistair" <Alistair_Bayley@ldn.invesco.com> writes:
On a related note, what happened to the source code for the Haskell Web Server?
http://research.microsoft.com/~simonmar/hws.tar.gz
Is it no longer suitable for public consumption? (I have a copy at home somewhere, though).
There's also a neat version called HWS-WP (with plugins) that allows for apache-style plugin loading that uses Andre Pang's runtime loader for GHC. You can get it from the CVS tree of http://sf.net/projects/haskell-libs/ -- Shae Matijs Erisson - 2 days older than RFC0226 #haskell on irc.freenode.net - We Put the Funk in Funktion 10 PRINT "HELLO" 20 GOTO 10 ; mapM_ putStrLn $ hello = "HELLO" : hello
participants (2)
-
Bayley, Alistair -
shae@webwitches.com