Skip to main content

Crate packet_dissector_http

Crate packet_dissector_http 

Source
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

Structs§

HttpDissector
HTTP/1.1 dissector.