
I've been tinkering with a client-side HTTP/1.1 implementation for Haskell. My ambition is to write a small Haskell program for checking my Hotmail account. 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 Significantly missing is any hint of SSL and request pipelining. Suggestions on improvements are welcome. Warrick. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com

Hi Warrick,
"Warrick Gray"
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:
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
participants (2)
-
Jens Petersen
-
Warrick Gray