Re: HTTP protocol libraries

2003-03-06 Thread Jens Petersen
Johannes Waldmann <[EMAIL PROTECTED]> writes: > 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? Warrick Gray wrote a small HTTP library. You can find it at:

Haskell Web Server Was Re: HTTP protocol libraries

2003-03-05 Thread shae
"Bayley, Alistair" <[EMAIL PROTECTED]> 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

RE: HTTP protocol libraries

2003-03-05 Thread Simon Marlow
> From: Bayley, Alistair [mailto:[EMAIL PROTECTED] > > 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).

RE: HTTP protocol libraries

2003-03-05 Thread Bayley, Alistair
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:[EMAIL PROTEC