@hackage hackage-security-HTTP0.1.1.1
Hackage security bindings against the HTTP library
Categories
License
BSD-3-Clause
Maintainer
cabal-devel@haskell.org
Links
Versions
Installation
Tested Compilers
Dependencies (8)
- HTTP >=4000.2.19 && <4000.5
- base >=4.5 && <4.20
- bytestring >=0.9 && <0.13
- hackage-security >=0.5 && <0.7
- mtl >=2.1 && <2.4
- network >=2.6 && <2.9 || >=3.0 && <3.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
use-network-uri
(on by default)
Are we using network-uri?
The hackage security library provides a HttpLib
abstraction to allow to bind against different HTTP
libraries. This library implements this abstraction using
the HTTP library.