Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.HTTP.Client.TLS
Description
Support for making connections via the connection package and, in turn, the tls package suite.
Documentation
getTlsConnection :: Maybe TLSSettings -> Maybe SockSettings -> IO (Maybe HostAddress -> String -> Int -> IO Connection) Source