Docs.rs
axum-extra-0.3.7
axum-extra 0.3.7
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.5.15
normal
axum-macros ^0.2.2
normal
bytes ^1.1.0
normal
cookie ^0.16
normal
futures-util ^0.3
normal
http ^0.2
normal
mime ^0.3
normal
percent-encoding ^2.1
normal
pin-project-lite ^0.2
normal
serde ^1.0
normal
serde_html_form ^0.1
normal
serde_json ^1.0.71
normal
tokio ^1.19
normal
tokio-stream ^0.1.9
normal
tokio-util ^0.7
normal
tower ^0.4
normal
tower-http ^0.3
normal
tower-layer ^0.3
normal
tower-service ^0.3
normal
axum ^0.5
dev
futures ^0.3
dev
hyper ^0.14
dev
reqwest ^0.11
dev
serde ^1.0
dev
tokio ^1.14
dev
tower ^0.4
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module body
Structs
?
Module
axum_extra
::
body
source
·
[
−
]
Expand description
Additional bodies.
Structs
AsyncReadBody
async-read-body
An
HttpBody
created from an
AsyncRead
.