MIT licensed by Michael Snoyman
This version can be pinned in stack with:http-client-tls-0.3.5.3@sha256:c97c3d88e6318a3056e42e2cd0913d5c4bff381f83341bb6ff06865fd12c8b52,2066
Module documentation for 0.3.5.3
Depends on 16 packages
(full list with versions ) :
base ,
bytestring ,
case-insensitive ,
connection ,
containers ,
cryptonite ,
data-default-class ,
exceptions ,
http-client ,
http-types ,
memory ,
network ,
network-uri ,
text ,
tls ,
transformers Used by 29 packages in
lts-15.3 (full list with versions ) :
advent-of-code-api ,
cabal-flatpak ,
cabal-rpm ,
datadog ,
DAV ,
dhall ,
giphy-api ,
github-rest ,
gothic ,
http-client-overrides ,
http-conduit ,
http-directory ,
koofr-client ,
mime-mail-ses ,
minio-hs ,
mixpanel-client ,
opensource ,
pandoc ,
pipes-http ,
planb-token-introspection ,
ratel ,
req ,
scalpel ,
soap-tls ,
strive ,
textlocal ,
wreq ,
yesod-auth ,
yesod-bin http-client-tls
Full tutorial docs are available at:
https://haskell-lang.org/library/http-client
Use the http-client package with the pure-Haskell tls package for secure
connections. For the most part, you’ll just want to replace
defaultManagerSettings
with tlsManagerSettings
, e.g.:
import Network.HTTP.Client
import Network.HTTP.Client.TLS
main :: IO ()
main = do
manager <- newManager tlsManagerSettings
...
0.3.5.3
0.3.5.2
#289 :
Keep original TLSSettings
when creating a Manager
using newTlsManagerWith
.
0.3.5.1
Also catch TLSError exceptions #273
0.3.5
Add newTlsManagerWith
#278 , which
provides a variant of newTlsManager
that takes a ManagerSettings
to base its settings off of.
0.3.4.2
Never throw exceptions on 401 status in applyDigestAuth
0.3.4.1
Better exception cleanup behavior
0.3.4
Add ‘newTlsManager’
#263 , which adds
support for respecting socks5://
and socks5h://
http_proxy
and
https_proxy
environment variables.
0.3.3.2
Better handling of internal exceptions
0.3.3.1
Better exception safety via bracketOnError
0.3.3
Add DigestAuthException
and generalize applyDigestAuth
Global manager uses a shared TLS context (faster init)
0.3.2
Add mkManagerSettingsContext
#228
0.3.1.1
0.3.1
0.3.0
0.2.4.1
0.2.4
0.2.3
Exception catching cleanup
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete