Expand description
HTTP/1.1 dissector.
Parses HTTP/1.1 request and response messages as defined in RFC 9112.
Uses the httparse crate for robust, zero-copy start-line and header
parsing, then handles Content-Length body framing on top.
§References
- RFC 9112: HTTP/1.1 https://www.rfc-editor.org/rfc/rfc9112
- RFC 9110: HTTP Semantics https://www.rfc-editor.org/rfc/rfc9110
Structs§
- Http
Dissector - HTTP/1.1 dissector.