Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
tower-0.5.1
tower 0.5.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
seanmonstar
carllerche
github:tower-rs:publish
Dependencies
futures-core ^0.3.22
normal
optional
futures-util ^0.3.22
normal
optional
hdrhistogram ^7.0
normal
optional
indexmap ^2.0.2
normal
optional
pin-project-lite ^0.2.7
normal
optional
slab ^0.4
normal
optional
sync_wrapper ^0.1.1
normal
optional
tokio ^1.6.2
normal
optional
tokio-stream ^0.1.0
normal
optional
tokio-util ^0.7.0
normal
optional
tower-layer ^0.3.3
normal
tower-service ^0.3.3
normal
tracing ^0.1.2
normal
optional
futures ^0.3.22
dev
hdrhistogram ^7.0
dev
http ^0.2
dev
lazy_static ^1.4.0
dev
pin-project-lite ^0.2.7
dev
quickcheck ^1
dev
rand ^0.8
dev
tokio ^1.6.2
dev
tokio-stream ^0.1.0
dev
tokio-test ^0.4
dev
tower-test ^0.4
dev
tracing ^0.1.2
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tower
0.5.1
Module load_
shed
Module Items
Modules
Structs
In crate tower
Module
tower
::
load_shed
Copy item path
source
·
[
−
]
Available on
crate feature
load-shed
only.
Expand description
Middleware for shedding load when inner services aren’t ready.
Modules
§
error
Error types
future
Future types
Structs
§
Load
Shed
A
Service
that sheds load when the inner service isn’t ready.
Load
Shed
Layer
A
Layer
to wrap services in
LoadShed
middleware.