-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | http-client backend using the connection package and tls library
--   
--   Intended for use by higher-level libraries, such as http-conduit.
@package http-client-tls
@version 0.2.2


-- | Support for making connections via the connection package and, in
--   turn, the tls package suite.
module Network.HTTP.Client.TLS
tlsManagerSettings :: ManagerSettings
mkManagerSettings :: TLSSettings -> Maybe SockSettings -> ManagerSettings
getTlsConnection :: Maybe TLSSettings -> Maybe SockSettings -> IO (Maybe HostAddress -> String -> Int -> IO Connection)
