Expand description
HTTP/1.x request parsing and validation.
Use this module to convert raw stream input into typed request data with bounded parsing, header normalization, and explicit malformed-request errors.
Structsยง
- Request
- Represents a parsed HTTP/1.x request line and headers.