Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.HTTP.Client.TLS
Contents
Description
Support for making connections via the connection package and, in turn, the tls package suite.
Recommended reading: https://github.com/commercialhaskell/jump/blob/master/doc/http-client.md
Settings
tlsManagerSettings :: ManagerSettings Source #
Default TLS-enabled manager settings
mkManagerSettings :: TLSSettings -> Maybe SockSettings -> ManagerSettings Source #
Create a TLS-enabled ManagerSettings
with the given TLSSettings
and
SockSettings