Docs.rs
volga-0.7.1
volga 0.7.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
RomanEmreis
Dependencies
async-compression ^0.4.32
normal
optional
base64 ^0.22.1
normal
optional
bytes ^1.10.1
normal
chrono ^0.4.42
normal
optional
cookie ^0.18.1
normal
optional
futures-util ^0.3.31
normal
handlebars ^6.3.2
normal
optional
http-body-util ^0.1.3
normal
httpdate ^1.0.3
normal
optional
hyper ^1.7.0
normal
optional
hyper-util ^0.1.17
normal
optional
indexmap ^2.12.0
normal
itoa ^1.0.15
normal
jsonwebtoken ^10.2.0
normal
optional
memchr ^2.7.6
normal
mime ^0.3.17
normal
mime_guess ^2.0.5
normal
multer ^3.1.0
normal
optional
pin-project-lite ^0.2.16
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
serde_urlencoded ^0.7.1
normal
sha1 ^0.10.6
normal
optional
smallvec ^1.15.1
normal
tokio ^1.48.0
normal
tokio-rustls ^0.26.4
normal
optional
tokio-tungstenite ^0.28.0
normal
optional
tokio-util ^0.7.17
normal
tracing ^0.1.41
normal
optional
volga-dev-cert ^0.7.1
normal
optional
volga-di ^0.7.1
normal
optional
volga-macros ^0.7.1
normal
optional
base64 ^0.22.1
dev
criterion ^0.7.0
dev
hyper ^1.7.0
dev
jsonwebtoken ^10.2.0
dev
reqwest ^0.12.24
dev
serde ^1.0.228
dev
tokio-stream ^0.1.17
dev
tracing-subscriber ^0.3.20
dev
uuid ^1.18.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
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
BoxBody
volga
0.7.1
BoxBody
Aliased Type
In volga::
http::
body
volga
::
http
::
body
Type Alias
BoxBody
Copy item path
Source
pub type BoxBody =
BoxBody
<
Bytes
,
Error
>;
Expand description
A boxed body
Aliased Type
ยง
pub struct BoxBody {
/* private fields */
}