Registry / networking / manas-http

manas-http

JSON →
library0.1.1rscratesunverified

Extended HTTP semantics integration for the hyper ecosystem.

# Cargo.toml [dependencies] manas_http = "0.1.1"
INSTALL
IMPORT
SIG · MANAS-HTTP
M
manas-http
networkingrustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpSemantics
use manas_http::HttpSemantics;

Create default HTTP semantics.

use manas_http::HttpSemantics; fn main() { let sem = HttpSemantics::default(); println!("{:?}", sem); }
Debug
Known issues
gotchaDepends on hyper; ensure hyper is in dependencies.
fix
Add hyper to Cargo.toml.
affects: all
Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
manas-http — cargo add manas-http · libregistry