Docs.rs
axum-extra-0.9.6
axum-extra 0.9.6
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
davidpdrsn
github:tokio-rs:core
github:tokio-rs:axum-release
Dependencies
axum ^0.7.8
normal
axum-core ^0.4.5
normal
axum-macros ^0.4.2
normal
optional
bytes ^1.1.0
normal
cookie ^0.18.0
normal
optional
fastrand ^2.1.0
normal
optional
form_urlencoded ^1.1.0
normal
optional
futures-util ^0.3
normal
headers ^0.4.0
normal
optional
http ^1.0.0
normal
http-body ^1.0.0
normal
http-body-util ^0.1.0
normal
mime ^0.3
normal
multer ^3.0.0
normal
optional
percent-encoding ^2.1
normal
optional
pin-project-lite ^0.2
normal
prost ^0.12
normal
optional
serde ^1.0
normal
serde_html_form ^0.2.0
normal
optional
serde_json ^1.0.71
normal
optional
serde_path_to_error ^0.1.8
normal
optional
tokio ^1.19
normal
optional
tokio-stream ^0.1.9
normal
optional
tokio-util ^0.7
normal
optional
tower ^0.5.1
normal
tower-layer ^0.3
normal
tower-service ^0.3
normal
tracing ^0.1.37
normal
optional
typed-json ^0.1.1
normal
optional
hyper ^1.0.0
dev
reqwest ^0.12
dev
serde ^1.0
dev
serde_json ^1.0.71
dev
tokio ^1.14
dev
tower ^0.5.1
dev
tower-http ^0.6.0
dev
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
axum_
extra
0.9.6
Module middleware
Module Items
Functions
In crate axum_
extra
axum_extra
Module
middleware
Copy item path
Source
Expand description
Additional middleware utilities.
Functions
ยง
option_
layer
Convert an
Option<Layer>
into a
Layer
.