@hackage http-tower-hs0.3.1.0
Composable HTTP client middleware for Haskell, built on tower-hs
Categories
License
MIT
Maintainer
jarlah@protonmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (17)
- base >=4.14 && <5
- bytestring >=0.11 && <0.13
- containers >=0.6 && <0.8
- crypton-connection >=0.4 && <0.5
- crypton-x509-store >=1.6 && <1.7
- crypton-x509-system >=1.6 && <1.7 Show all…
Dependents (0)
http-tower-hs
Composable HTTP client middleware for Haskell, built on tower-hs.
Provides HTTP-specific middleware: headers, request IDs, redirect following, response validation, OpenTelemetry tracing with HTTP semantic conventions, and logging.
Part of the tower-hs mono-repo. See the repo README for full documentation and examples.
Related packages
- tower-hs — Generic service middleware core
- servant-tower-hs — Servant client middleware built on tower-hs