http-client 0.5.0 → 0.5.0.1
raw patch · 3 files changed
+6/−8 lines, 3 files
Files
- ChangeLog.md +4/−0
- Network/HTTP/Client.hs +0/−6
- http-client.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.5.0.1++* Doc fix+ ## 0.5.0 * Remove `instance Default Request`
Network/HTTP/Client.hs view
@@ -75,12 +75,6 @@ -- the case of an invalid URI. In addition, if you leverage the @IsString@ -- instance of the 'Request' value via @OverloadedStrings@, an invalid URI will -- result in a partial value. Caveat emptor!------ Non-2xx responses: the default behavior of all functions in http-client is--- to automatically perform up to 10 redirects (response codes 301, 302, 303,--- and 307), and to throw a 'StatusCodeException' on all responses whose status--- are not in the 2xx range. These behaviors can be overridden by the--- 'redirectCount' and 'checkStatus' settings on a request, respectively. module Network.HTTP.Client ( -- $example1
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.5.0+version: 0.5.0.1 synopsis: An HTTP client engine description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>. homepage: https://github.com/snoyberg/http-client@@ -36,7 +36,7 @@ Network.PublicSuffixList.Serialize Network.PublicSuffixList.DataStructure build-depends: base >= 4.5 && < 5- , bytestring >= 0.9+ , bytestring >= 0.10 , text >= 0.11 , http-types >= 0.8 , blaze-builder >= 0.3