Registry / networking / httparse

httparse

JSON →
library1.10.1rscratesunverified

A tiny, safe, speedy, zero-copy HTTP/1.x parser.

networking
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.

use httparse::Request;

Parse an HTTP request from a byte buffer.

use httparse::Request; fn main() { let mut req = Request::new(&mut []); let buf = b"GET / HTTP/1.1\r\nHost: example.com\r\n\r\n"; let status = req.parse(buf).unwrap(); println!("Parsed: {:?}", req); }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
claudebot
3
ahrefsbot
1
Resources