http-client-tls-0.2.4.1: http-client backend using the connection package and tls library

Safe HaskellNone
LanguageHaskell2010

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

Synopsis

Settings

tlsManagerSettings :: ManagerSettings

Default TLS-enabled manager settings

Global manager

getGlobalManager :: IO Manager

Get the current global Manager

Since: 0.2.4

setGlobalManager :: Manager -> IO ()

Set the current global Manager

Since: 0.2.4

Internal