| Package | Description |
|---|---|
| ratpack.form |
Support for handling uploaded forms, including file uploads.
|
| ratpack.handling |
The handling of application requests.
|
| ratpack.http |
The HTTP protocol.
|
| ratpack.http.client | |
| ratpack.parse |
Parsing in Ratpack refers to deserializing a request body into a Java object of some type.
|
| ratpack.session | |
| ratpack.test.handling |
| Class and Description |
|---|
| TypedData
Data that potentially has a content type.
|
| Class and Description |
|---|
| Request
A request to be handled.
|
| Response
A response to a request.
|
| SentResponse
Represents a response that has been committed.
|
| Class and Description |
|---|
| Headers
An immutable set of HTTP headers.
|
| HttpMethod
The method of a HTTP request.
|
| MediaType
A structured value for a Content-Type header value.
|
| MutableHeaders
A set of HTTP headers that can be changed.
|
| MutableStatus
A status line of a HTTP response.
|
| Response
A response to a request.
|
| Status
A status line of a HTTP response.
|
| TypedData
Data that potentially has a content type.
|
| Class and Description |
|---|
| Headers
An immutable set of HTTP headers.
|
| MutableHeaders
A set of HTTP headers that can be changed.
|
| Status
A status line of a HTTP response.
|
| TypedData
Data that potentially has a content type.
|
| Class and Description |
|---|
| TypedData
Data that potentially has a content type.
|
| Class and Description |
|---|
| Request
A request to be handled.
|
| Class and Description |
|---|
| Headers
An immutable set of HTTP headers.
|
| Status
A status line of a HTTP response.
|