Docs.rs
kutil-http-0.0.2
kutil-http 0.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tliron
Dependencies
async-compression ^0.4.23
normal
axum ^0.8.4
normal
optional
bytes ^1.10.1
normal
bytestr ^0.1.0
normal
duration-str ^0.17.0
normal
http ^1.3.1
normal
http-body ^1.0.1
normal
httpdate ^1.0.3
normal
kutil-std =0.0.4
normal
kutil-transcoding =0.0.2
normal
moka ^0.12.10
normal
optional
pin-project ^1.1.10
normal
thiserror ^2.0.12
normal
tokio ^1.45.0
normal
tokio-util ^0.7.15
normal
tower ^0.5.2
normal
optional
tracing ^0.1.41
normal
url ^2.5.4
normal
tokio ^1.45.0
dev
tower-http ^0.6.4
dev
tracing-subscriber ^0.3.19
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
Files
kutil_http/transcoding/
mod.rs
1
mod
body;
2
mod
response;
3
4
#[allow(unused_imports)]
5
pub use
{body::
*
, response::
*
};