👎Deprecated: This crate has been renamed to http_tiny; you’re using an outdated version
Expand description
This crate has been renamed to http_tiny
If you’re seeing this, you’re using an outdated version.
Modules§
- error
Deprecated - Implements error types with support for
Backtrace
and some additional helpers
Macros§
- e
Deprecated - Creates a new variant
- einval
Deprecated - Creates a new
ErrorImpl::InvalidValue
kind - eio
Deprecated - Creates a new
ErrorImpl::InOutError
kind
Structs§
- Header
Deprecated - A HTTP header
- Header
Fields Deprecated - Some header fields
- Header
Start Line Deprecated - The start line
- IoLimiter
Deprecated - An I/O-limiter
- Query
String Deprecated - A query string
- Request
Target Path Deprecated - An absolute path as request target
Enums§
- Request
Target Deprecated - A request target (see https://tools.ietf.org/html/rfc7230#section-5.3)
Traits§
- Header
Fields Ext Deprecated - Some convenience extensions for
HeaderFields