Expand description
Modules§
- ext
- Extension traits implemented by several HTTP types.
- hyper
- Re-exported hyper HTTP library types.
- uncased
- Case-preserving, ASCII case-insensitive string types.
- uri
- Types for URIs and traits for rendering URI components.
Macros§
- impl_
from_ uri_ param_ identity - Macro to automatically generate identity
FromUriParam
trait implementations.
Structs§
- Accept
- The HTTP Accept header.
- Content
Type - Representation of HTTP Content-Types.
- Header
- Simple representation of an HTTP header.
- Header
Map - A collection of headers, mapping a header name to its many ordered values.
- Media
Type - An HTTP media type.
- QMedia
Type - A
MediaType
with an associated quality value. - RawStr
- A reference to a string inside of a raw HTTP message.
- RawStr
Buf - An owned version of
RawStr
. - Status
- Structure representing an HTTP status: an integer code.
Enums§
- Method
- Representation of HTTP methods.
- Status
Class - Enumeration of HTTP status classes.