Expand description
Types that map directly to concepts in HTTP.
This module exports types that map to HTTP concepts or to the underlying HTTP library when needed.
Modules§
- header
- Headers container, and common header fields.
Macros§
Structs§
- Method
- The Request Method (VERB).
Enums§
- Status
Code - An HTTP status code (
status-codein RFC 7230 et al.).