http-client-session 0.1.1 → 0.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~http-clientPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: http-client
API changes (from Hackage documentation)
- HTTPClient.Session: ExpectedBlankAfter100Continue :: HttpException
- HTTPClient.Session: FailedConnectionException :: String -> Int -> HttpException
- HTTPClient.Session: FailedConnectionException2 :: String -> Int -> Bool -> SomeException -> HttpException
- HTTPClient.Session: HandshakeFailed :: HttpException
- HTTPClient.Session: HttpParserException :: String -> HttpException
- HTTPClient.Session: HttpZlibException :: ZlibException -> HttpException
- HTTPClient.Session: IncompleteHeaders :: HttpException
- HTTPClient.Session: InternalIOException :: IOException -> HttpException
- HTTPClient.Session: InvalidChunkHeaders :: HttpException
- HTTPClient.Session: InvalidDestinationHost :: ByteString -> HttpException
- HTTPClient.Session: InvalidHeader :: ByteString -> HttpException
- HTTPClient.Session: InvalidProxyEnvironmentVariable :: Text -> Text -> HttpException
- HTTPClient.Session: InvalidStatusLine :: ByteString -> HttpException
- HTTPClient.Session: NoResponseDataReceived :: HttpException
- HTTPClient.Session: OverlongHeaders :: HttpException
- HTTPClient.Session: ProxyConnectException :: ByteString -> Int -> Either ByteString HttpException -> HttpException
- HTTPClient.Session: ResponseBodyTooShort :: Word64 -> Word64 -> HttpException
- HTTPClient.Session: ResponseLengthAndChunkingBothUsed :: HttpException
- HTTPClient.Session: ResponseTimeout :: HttpException
- HTTPClient.Session: StatusCodeException :: Status -> ResponseHeaders -> CookieJar -> HttpException
- HTTPClient.Session: TlsException :: SomeException -> HttpException
- HTTPClient.Session: TlsExceptionHostPort :: SomeException -> ByteString -> Int -> HttpException
- HTTPClient.Session: TlsNotSupported :: HttpException
- HTTPClient.Session: TooManyRedirects :: [Response ByteString] -> HttpException
- HTTPClient.Session: TooManyRetries :: HttpException
- HTTPClient.Session: UnparseableRedirect :: Response ByteString -> HttpException
+ HTTPClient.Session: HttpExceptionRequest :: Request -> HttpExceptionContent -> HttpException
Files
http-client-session.cabal view
@@ -1,7 +1,7 @@ name: http-client-session version:- 0.1.1+ 0.1.2 synopsis: A simple abstraction over the "http-client" connection manager category:@@ -37,7 +37,7 @@ hs-source-dirs: library default-extensions:- Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 other-modules:@@ -45,7 +45,7 @@ HTTPClient.Session build-depends: --- http-client >= 0.4.27 && < 0.5,+ http-client >= 0.4.27 && < 0.6, -- bytestring >= 0.10 && < 0.11, --