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