
21 Sep
2010
21 Sep
'10
5:20 p.m.
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/