Docs.rs
kutil-http-0.0.5
kutil-http 0.0.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tliron
Dependencies
async-compression ^0.4.25
normal
axum ^0.8.4
normal
optional
axum-extra ^0.10.1
normal
optional
axum-server ^0.7.2
normal
optional
base64 ^0.22.1
normal
bytes ^1.10.1
normal
bytestring ^1.4.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-io =0.0.4
normal
kutil-std =0.0.5
normal
kutil-transcoding =0.0.3
normal
moka ^0.12.10
normal
optional
pin-project ^1.1.10
normal
rustls ^0.23.28
normal
optional
rustls-acme ^0.14.0
normal
optional
rustls-pemfile ^2.2.0
normal
optional
rustls-pki-types ^1.12.0
normal
optional
thiserror ^2.0.12
normal
tokio ^1.45.1
normal
tokio-util ^0.7.15
normal
tower ^0.5.2
normal
optional
tower-http ^0.6.6
normal
optional
tracing ^0.1.41
normal
url ^2.5.4
normal
urlencoding ^2.1.3
normal
tokio ^1.45.1
dev
tower-http ^0.6.6
dev
tracing-subscriber ^0.3.19
dev
Versions
100%
of the crate is documented
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/file/
mod.rs
1
mod
response;
2
3
#[allow(unused_imports)]
4
pub use
response::
*
;