packages feed

http-client-tls 0.3.1 → 0.3.1.1

raw patch · 4 files changed

+7/−3 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.3.1.1++* Minor doc updates+ ## 0.3.1  * Add `applyDigestAuth`
Network/HTTP/Client/TLS.hs view
@@ -3,7 +3,7 @@ -- | 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>+-- Recommended reading: <https://haskell-lang.org/library/http-client> module Network.HTTP.Client.TLS     ( -- * Settings       tlsManagerSettings
README.md view
@@ -1,7 +1,7 @@ ## http-client-tls  Full tutorial docs are available at:-https://github.com/commercialhaskell/jump/blob/master/doc/http-client.md+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
http-client-tls.cabal view
@@ -1,5 +1,5 @@ name:                http-client-tls-version:             0.3.1+version:             0.3.1.1 synopsis:            http-client backend using the connection package and tls library description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>. homepage:            https://github.com/snoyberg/http-client