Docs.rs
tower-http-0.4.4
tower-http 0.4.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tower-rs:publish
Dependencies
async-compression ^0.4
normal
base64 ^0.21
normal
bitflags ^2.0.2
normal
bytes ^1
normal
futures-core ^0.3
normal
futures-util ^0.3.14
normal
http ^0.2.7
normal
http-body ^0.4.5
normal
http-range-header ^0.3.0
normal
httpdate ^1.0
normal
iri-string ^0.7.0
normal
mime ^0.3.17
normal
mime_guess ^2
normal
percent-encoding ^2.1.0
normal
pin-project-lite ^0.2.7
normal
tokio ^1.6
normal
tokio-util ^0.7
normal
tower ^0.4.1
normal
tower-layer ^0.3
normal
tower-service ^0.3
normal
tracing ^0.1
normal
uuid ^1.0
normal
brotli ^3
dev
bytes ^1
dev
flate2 ^1.0
dev
futures ^0.3
dev
hyper ^0.14
dev
once_cell ^1
dev
serde_json ^1.0
dev
tokio ^1
dev
tower ^0.4.10
dev
tracing-subscriber ^0.3
dev
uuid ^1.0
dev
zstd ^0.12
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
BoxError
In tower_http
?
Type Alias
tower_http
::
BoxError
source
·
[
−
]
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Expand description
Alias for a type-erased error type.