Package-level declarations
Types
Immutable mapping of case insensitive HTTP header names to list of Deferred values.
Build an immutable HTTP deferred header map
Build an immutable HTTP header map
A single request/response pair
Base exception class for HTTP errors
Represents an HTTP verb
Container for an HTTP status code
HTTP headers that are potentially sensitive and may be redacted from debug logging. This set is NOT applied by default — users must explicitly opt in via the logRedactedHeaders client config property.
Inherited functions
Check if the given status code is an informational code (HTTP codes 100 to 199 are considered informational)
Check if the given status code is a success code (HTTP codes 200 to 299 are considered successful)
Convert an HttpBody variant to the corresponding ByteStream variant or null if empty.