I want to interact with some google HTTPS APIs in Haskell (at least ClientLogin first ).
However, the HTTP package documentation for Network.HTTPexplicitly says, "This package only supports HTTP, it does not support HTTPS. Attempts to use HTTPS result in an error."
Network.HTTP
So what packages are available that support HTTPS?
Do you need only a client library?
I used http-conduit and http-streams , so I recommend them. My choice for current projects is http-conduit.
http-conduit