Registry / networking / httpcodec

httpcodec

JSON →
library0.2.3rscratesunverified

Encoders and decoders for HTTP/1.x messages based on the bytecodec crate.

# Cargo.toml [dependencies] httpcodec = "0.2.3"
INSTALL
IMPORT
SIG · HTTPCODEC
H
httpcodec
networkingrustv0.2.3
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.

HttpRequest
use httpcodec::HttpRequest;

Create a new HTTP request encoder/decoder.

use httpcodec::HttpRequest; let request = HttpRequest::new(); println!("Request: {:?}", request);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
httpcodec — cargo add httpcodec · libregistry