This version can be pinned in stack with:http-conduit-2.3.4@sha256:3be7f99dc8f7ebbc021cec9fb63115931ab2f3f100bfb90392fd106d78ae21b5,2837
Module documentation for 2.3.4
Depends on 12 packages
(full list with versions):
aeson,
base,
bytestring,
conduit,
conduit-extra,
http-client,
http-client-tls,
http-types,
mtl,
resourcet,
transformers,
unliftio-core Used by 29 packages in
lts-13.2(full list with versions):
amazonka,
amazonka-core,
authenticate,
bugsnag-haskell,
cabal-rpm,
cayley-client,
cisco-spark-api,
classy-prelude-yesod,
cryptocompare,
fb,
google-isbn,
hledger-web,
hoauth2,
hoogle,
kawhi,
line,
mega-sdist,
mime-mail-ses,
minio-hs,
MusicBrainz,
nuxeo,
stack,
textlocal,
wai-middleware-auth,
webex-teams-api,
yesod-auth,
yesod-auth-oauth2,
yesod-fb,
yesod-recaptcha2 2.3.4
- Reexport RequestHeaders from Network.HTTP.Types (what was intended in last version)
- Fix mistake in ChangeLog
2.3.3
- Reexport Header, QueryItem and ResponseHeaders from Network.HTTP.Types
- Rewrite a type signature of setRequestHeaders with RequestHeaders
2.3.2
- Adds
parseRequestThrow
, parseRequestThrow_
, and
setRequestCheckStatus
to Network.HTTP.Simple
.
See #304
2.3.1
- Reexport Query from Network.HTTP.Types
- Rewrite a type signatures of getRequestQueryString and setRequestQueryString with Query
2.3.0
- conduit 1.3 support
- NOTE: Even for older versions of conduit, this includes dropping
support for finalizers
http
returns a Source
instead of a ResumableSource
(due to lack of
finalizers)
- Drop monad-control for unliftio
- Removed some deprecated functions:
withManager
, withManagerSettings
,
conduitManagerSettings
2.2.4
- Add
httpBS
to Network.HTTP.Simple
2.2.3.2
- Add proper headers for
httpJSON
and httpJSONEither
#284
2.2.3.1
2.2.3
- Add
withResponse
to Network.HTTP.Simple
2.2.2.1
- setRequestBodyJSON works with aeson’s toEncoding function (>= 0.11)
#230
2.2.2
- Add
httpNoBody
to Network.HTTP.Simple
2.2.1
- Add
httpSource
to Network.HTTP.Simple
2.2.0.1
2.2.0
- Upgrade to http-client 0.5
2.1.11
- Switch to non-throwing behavior in
Network.HTTP.Simple
#193
2.1.10.1
- Fix mistaken
@since
comments
2.1.10
- Add the
Network.HTTP.Simple
module
2.1.9
2.1.8
- Move HasHttpManager from http-conduit to http-client #147
2.1.7
- Deprecate
conduitManagerSettings
, re-export tlsManagerSettings
#136 #137
2.1.6
- Deprecate
withManager
and withManagerSettings