[go: up one dir, main page]

Module parser

Module parser 

Source
Expand description

Low level HTTP parser

This is to bridge httparse crate to http crate.

Functionsยง

try_parse_partial_response
Try parsing as much as possible of a response.
try_parse_request
Parse bytes into a complete request.
try_parse_response
Parse bytes into a complete response.