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.path |
Types for managing the paths of requests inside the application.
|
Class and Description |
---|
MultiValueMap
A map that may contain multiple values for a given key, but typically only one value.
|
Class and Description |
---|
ResultAction
Convenience subtype for an action that takes a result.
|
Class and Description |
---|
MultiValueMap
A map that may contain multiple values for a given key, but typically only one value.
|
Class and Description |
---|
TypeCoercingMap
A string valued map that can do simple type conversions from the string values to primitive types.
|