Docs.rs
ttpkit-http-0.1.1
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
ttpkit-http 0.1.1
Simple HTTP client and server implementation based on ttpkit.
Crate
Source
Builds
Feature flags
Documentation
Coverage
82.54%
208
out of
252
items documented
0
out of
191
items with examples
Size
Source code size: 171.52 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 6.41 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
operutka/ttpkit
0
0
0
crates.io
Dependencies
base64 ^0.22
normal
optional
bytes ^1
normal
futures ^0.3
normal
optional
log ^0.4
normal
optional
openssl ^0.10
normal
optional
rand ^0.9
normal
optional
sha-1 ^0.10
normal
optional
tokio ^1
normal
optional
tokio-openssl ^0.6
normal
optional
tokio-util ^0.7
normal
trait-variant ^0.1
normal
optional
ttpkit ^0.1
normal
ttpkit-url ^0.1
normal
optional
ttpkit-utils ^0.1
normal
optional
tokio ^1
dev
Versions
0.1.1
(2025-10-08)
0.1.0
(2025-09-09)
Owners
HTTP client and server based on ttpkit
This is an example implementation of HTTP/1.x client and server based on the ttpkit crate.