Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.HTTP.Client.OpenSSL
Description
Support for making connections via the OpenSSL library.
Synopsis
- opensslManagerSettings :: IO SSLContext -> ManagerSettings
- withOpenSSL :: IO a -> IO a
Documentation
opensslManagerSettings :: IO SSLContext -> ManagerSettings Source #
Note that it is the caller's responsibility to pass in an appropriate context. Future versions of http-client-openssl will hopefully include a sane, safe default.
withOpenSSL :: IO a -> IO a #