Docs.rs
axum-0.7.9
axum 0.7.9
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
davidpdrsn
github:tokio-rs:core
github:tokio-rs:axum-release
Dependencies
async-trait ^0.1.67
normal
axum-core ^0.4.5
normal
axum-macros ^0.4.2
normal
optional
base64 ^0.22.1
normal
optional
bytes ^1.0
normal
futures-util ^0.3
normal
http ^1.0.0
normal
http-body ^1.0.0
normal
http-body-util ^0.1.0
normal
hyper ^1.1.0
normal
optional
hyper-util ^0.1.3
normal
optional
itoa ^1.0.5
normal
matchit ^0.7
normal
memchr ^2.4.1
normal
mime ^0.3.16
normal
multer ^3.0.0
normal
optional
percent-encoding ^2.1
normal
pin-project-lite ^0.2.7
normal
rustversion ^1.0.9
normal
serde ^1.0
normal
serde_json ^1.0
normal
optional
serde_path_to_error ^0.1.8
normal
optional
serde_urlencoded ^0.7
normal
optional
sha1 ^0.10
normal
optional
sync_wrapper ^1.0.0
normal
tokio ^1.25.0
normal
optional
tokio-tungstenite ^0.24.0
normal
optional
tower ^0.5.1
normal
tower-http ^0.6.0
normal
optional
tower-layer ^0.3.2
normal
tower-service ^0.3
normal
tracing ^0.1
normal
optional
anyhow ^1.0
dev
axum-macros ^0.4.1
dev
quickcheck ^1.0
dev
quickcheck_macros ^1.0
dev
reqwest ^0.12
dev
serde ^1.0
dev
serde_json ^1.0
dev
time ^0.3
dev
tokio ^1.25.0
dev
tokio-stream ^0.1
dev
tokio-tungstenite ^0.24.0
dev
tower ^0.5.1
dev
tower-http ^0.6.0
dev
tracing ^0.1
dev
tracing-subscriber ^0.3
dev
uuid ^1.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
0.7.9
Module body
Module Items
Re-exports
Structs
Functions
In crate axum
axum
Module
body
Copy item path
Source
Expand description
HTTP body utilities.
Re-exports
§
pub use http_body::
Body
as HttpBody;
pub use bytes::
Bytes
;
Structs
§
Body
The body type used in axum requests and responses.
Body
Data
Stream
A stream of data frames.
Functions
§
to_
bytes
Converts
Body
into
Bytes
and limits the maximum size of the body.