[Haskell-cafe] HTTP client libraries

Adam Langley agl at imperialviolet.org
Thu Mar 27 19:27:56 EDT 2008


On Thu, Mar 27, 2008 at 12:08 PM, John Goerzen <jgoerzen at complete.org> wrote:
>  * network-minihttp
>
>   Doesn't appear to actually be very useful as a client.
>
>  Also, as far as I have been able to deduce, none of these have
>  built-in support for https (SSL) URLs.

The client doesn't do a lot, but I don't know what you would want from
a client. Email me a list of use cases and ;)

It does support HTTPS, however. See examples/webcat.hs


AGL

-- 
Adam Langley agl at imperialviolet.org http://www.imperialviolet.org


More information about the Haskell-Cafe mailing list