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.