Expand description
§httparse
A push library for parsing HTTP/1.x requests and responses.
Originally written by Sean McArthur.
Modified by Jude Nelson to remove all unsafe code.
Structs§
Enums§
Constants§
- EMPTY_
HEADER - An empty header, useful for constructing a
Header
array to pass in for parsing.
Functions§
- parse_
chunk_ size - Parse a buffer of bytes as a chunk size.
- parse_
headers - Parse a buffer of bytes as headers.
Type Aliases§
- Result
- A Result of any parsing action.