tower
https://github.com/tower-rs/tower
Rust
async fn(Request) -> Result<Response, Error>
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported2 Subscribers
Add a CodeTriage badge to tower
Help out
- Issues
- limit/rate: add rate() and is_limited() inspector methods on RateLimit service
- docs: fix typos in doc comments
- fix(util): make option_layer unify branch errors to BoxError
- docs(changelog): record the MSRV bump to 1.64.0 in 0.5.0
- docs(tower-test): add a crate overview, runnable example, and richer item docs
- fix(filter): return AsyncFilterLayer from AsyncFilter::layer
- fix(load): release completion handle when the response future resolves to Err
- feat(load/peak_ewma): expose round-trip time estimate
- chore: improve tower maintenance path
- `Intercept` layer: conditionally return a response without calling the inner service
- Docs
- Rust not yet supported