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.
Modules§
- Implements error types with support for
Backtraceand some additional helpers
Macros§
- Creates a new variant
- Creates a new
ErrorImpl::InvalidValuekind - Creates a new
ErrorImpl::InOutErrorkind
Structs§
- A HTTP header
- Some header fields
- The start line
- An I/O-limiter
- A query string
- An absolute path as request target
Enums§
- A request target (see https://tools.ietf.org/html/rfc7230#section-5.3)