Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/haskell/HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
hsenag committed Jan 25, 2017
2 parents f3d568e + bc0d91e commit bd0b954
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HTTP.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ Description:
> setAllowRedirects True -- handle HTTP redirects
> request $ getRequest "http://www.haskell.org/"
> return (take 100 (rspBody rsp))
.
__Note:__ This package does not support HTTPS connections.
If you need HTTPS, take a look at the following packages:
.
* [http-streams](http://hackage.haskell.org/package/http-streams)
* [http-client](http://hackage.haskell.org/package/http-client) (in combination with
[http-client-tls](http://hackage.haskell.org/package/http-client-tls))
* [req](http://hackage.haskell.org/package/req)
* [wreq](http://hackage.haskell.org/package/wreq)

Extra-Source-Files: CHANGES

Expand Down

0 comments on commit bd0b954

Please sign in to comment.