http-client-openssl: http-client backend using the OpenSSL library.

[ library, mit, network ] [ Propose Tags ]

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/http-client.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
test-proxy

Test with http-proxy

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.3
Change log ChangeLog.md
Dependencies base (>=4.10 && <5), bytestring, HsOpenSSL (>=0.11.4.20), HsOpenSSL-x509-system, http-client (>=0.7.11), network [details]
License MIT
Author Michael Snoyman
Maintainer michael@snoyman.com alexbiehl@gmail.com
Revised Revision 1 made by janus at 2022-02-13T17:53:29Z
Category Network
Home page https://github.com/snoyberg/http-client
Uploaded by MichaelSnoyman at 2020-11-17T15:08:22Z
Distributions Fedora:0.3.3, LTSHaskell:0.3.3, NixOS:0.3.3, Stackage:0.3.3
Reverse Dependencies 14 direct, 16 indirect [details]
Downloads 11099 total (53 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-11-17 [all 1 reports]

Readme for http-client-openssl-0.3.3

[back to package description]

http-client-openssl

Full tutorial docs on the http-client package set are available at: https://haskell-lang.org/library/http-client

This package is an alternative to http-client-tls for those wishing to make secure connections with the OpenSSL library.