Package-level declarations
Types
Immutable container for an HTTP response
Used to construct an HTTP response
Functions
Dump a debug description of the response. Either the original response or a copy will be returned to the caller depending on if the body is consumed.
Use the default HTTP response implementation
Inherited functions
Replace the response body
Get all HTTP header values associated with the given name.
Create a read-only view of a builder. Often, we need a read-only view of a builder that may get modified. This would normally require a round trip invoking HttpResponseBuilder.build and then converting that back to a builder using HttpResponse.toBuilder. Instead, we can create an immutable view of a builder that is cheap to convert to a builder.
Get the HTTP status code of the response
Convert an HttpResponse to an HttpResponseBuilder