Expand description
Parse typed headers from a response.
Parsing response headers is necessary for the Ratelimiter
to properly
function.
Structs§
- Global
- Ratelimit for all buckets encountered.
- Header
Parsing Error - Iterator of header name-value pairs failed to be parsed.
- Present
- Ratelimit for some bucket present.
Enums§
- Header
Name - Typed name of a header.
- Header
Parsing Error Type - Type of
HeaderParsingError
that occurred. - Header
Type - Expected type of a header value.
- Ratelimit
Headers - Parsed headers.
- Ratelimit
Scope - Scope of a ratelimit.