Interface | Description |
---|---|
Headers |
An immutable set of HTTP headers.
|
HttpMethod |
The method of a HTTP request.
|
HttpUrlBuilder |
Builds a HTTP URL, safely.
|
MediaType |
A structured value for a Content-Type header value.
|
MutableHeaders |
A set of HTTP headers that can be changed.
|
Request |
A request to be handled.
|
Response |
A response to a request.
|
SentResponse |
Represents a response that has been committed.
|
Status |
A status line of a HTTP response.
|
TypedData |
Data that potentially has a content type.
|
Class | Description |
---|---|
ResponseChunks |
A
renderable object for streaming data with HTTP chunked transfer-encoding. |
Exception | Description |
---|---|
ClientErrorException |
Indicates that this exception represents a client error.
|
ConnectionClosedException |
Thrown when an operation is attempted against a connection that is closed.
|
RequestBodyAlreadyReadException |
Thrown when an attempt is made to read the request body when it has already been read.
|
RequestBodyTooLargeException |