MIT licensed by Michael Snoyman
This version can be pinned in stack with:http-client-0.4.6.1@sha256:65908f9258305322b5fd008cc4950050ed61bfe35828a0373532110080a1bdb4,4515
Module documentation for 0.4.6.1
NetworkNetwork.HTTPNetwork.HTTP.ClientNetwork.HTTP.Client.Internal
Network.HTTP.Client.MultipartFormData
Depends on 22 packages
(full list with versions ) :
array ,
base ,
base64-bytestring ,
blaze-builder ,
bytestring ,
case-insensitive ,
containers ,
cookie ,
data-default-class ,
deepseq ,
exceptions ,
filepath ,
ghc-prim ,
http-types ,
mime-types ,
network ,
publicsuffixlist ,
random ,
streaming-commons ,
text ,
time ,
transformers Used by 11 packages in
lts-0.7 (full list with versions ) :
bloodhound ,
cabal-src ,
DAV ,
http-client-tls ,
http-conduit ,
http-reverse-proxy ,
keter ,
mime-mail-ses ,
pandoc ,
webdriver ,
yesod-auth http-client
An HTTP client engine, intended as a base layer for more user-friendly packages.
This codebase has been refactored from http-conduit .
0.4.6.1
Separate tests not requiring internet access. #93
0.4.6
Add onRequestBodyException
to Request
to allow for recovering from
exceptions when sending the request. Most useful for servers which terminate
the connection after sending a response body without flushing the request body.
0.4.5
Add openSocketConnectionSize
and increase default chunk size to 8192.
0.4.4
Add managerModifyRequest
field to ManagerSettings
.
0.4.3
Add requestVersion
field to Request
.
0.4.2
The reaper thread for a manager will go to sleep completely when there are no connection to manage. See: https://github.com/snoyberg/http-client/issues/70
0.4.1
0.4.0
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete