HTTP Implementation

Jens Petersen petersen@redhat.com
02 Jun 2002 15:57:42 +0900


Hi Warrick,

"Warrick Gray" <oinutter@hotmail.com> writes:

> I've been tinkering with a client-side HTTP/1.1
> implementation for Haskell.  [..] In the interests of
> finding all bugs and giving something for nothing I've
> made the code available:
> 
> http://homepages.paradise.net.nz/warrickg/haskell/http

Thanks I think it is a nice library.

> Significantly missing is any hint of SSL and request
> pipelining.  Suggestions on improvements are welcome.

I tried HTTP.hs and Base64.hs a little and they seem to work
well so far.

I think your http library would make a useful addition to
the Haskell libraries, at least as a starting point for a
standard HTTP library.

Jens