Structs§
- Empty
- An empty type used by a Status without associated data.
- Status
- An HTTP status code bundled with associated data.
- Status
Code - An HTTP status code (
status-code
in RFC 7230 et al.).
Enums§
- Error
- An enumerated list of possible errors returned by this crate and related data.
Traits§
- Status
Data - A trait alias for marking associated data with the traits necessary to be used.
- Status
Inner Data - A trait alias for marking associated data inside of a container with the traits necessary to be used.