Expand description
About
http_tiny is a small, nearly dependency-less crate to create, serialize, read and parse HTTP/1.1-headers.
It is not designed to be the fastest crate out there, but it’s easy to understand and read and flexible enough to be useful as general-purpose HTTP-header crate.
Query strings
Please note that query string parsing and percent encoding has been moved to a different crate for ease of maintainance.
Modules
Implements error types with support for Backtrace and some additional helpers
Implements the crate’s error type
Structs
A HTTP header
Some header fields
The start line
An I/O-limiter