@hackage tower-hs0.1.0.0
Composable service middleware for Haskell, inspired by Rust's Tower
Categories
License
MIT
Maintainer
jarlah@protonmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (6)
Dependents (2)
@hackage/servant-tower-hs, @hackage/http-tower-hs
tower-hs
Composable service middleware for Haskell, inspired by Rust's Tower.
Generic Service/Middleware abstractions with protocol-agnostic middleware: retry, timeout, circuit breaker, filter, hedge, tracing (OpenTelemetry), logging, validation, request transformation, and test doubles.
Part of the tower-hs mono-repo. See the repo README for full documentation and examples.
Related packages
- http-tower-hs — HTTP client middleware built on tower-hs
- servant-tower-hs — Servant client middleware built on tower-hs