Reputation: 89053
I want to interact with some HTTPS google APIs in Haskell (initially, at least, ClientLogin).
So what packages are available that do support HTTPS?
Upvotes: 4
Views: 290
Reputation: 13876
Do you need only client side library?
I used http-conduit and http-streams, so I recommend them. My choose for current projects is http-conduit
.
Upvotes: 4