[Haskell-cafe] ANNOUNCE: http-enumerator 0.0.0

Michael Snoyman michael at snoyman.com
Tue Sep 21 17:20:45 EDT 2010


Hi all,

I'd like to announce the first release of http-enumerator[1], an HTTP
client package with support for HTTPS connections. This release is
very experimental; bug reports and API feedback are very welcome.

In addition to providing built-in HTTPS support, this package also
attempts to improve upon current offerings by offering a very simple
API, being built on bytestrings by default, and using the enumerator
package to allow efficient parsing of response bodies. I've also put
up a blog post[2] giving some more motivation and future goals for
those interested.

Michael

[1] http://hackage.haskell.org/package/http-enumerator
[2] http://docs.yesodweb.com/blog/announcing-http-enumerator/


More information about the Haskell-Cafe mailing list