Package | Description |
---|---|
ratpack.form |
Support for handling uploaded forms, including file uploads.
|
ratpack.http |
The HTTP protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Form
An uploaded form.
|
Modifier and Type | Method and Description |
---|---|
MultiValueMap<String,UploadedFile> |
Form.files()
Returns all of the uploaded files.
|
Modifier and Type | Method and Description |
---|---|
MultiValueMap<String,String> |
Headers.asMultiValueMap() |
MultiValueMap<String,String> |
Request.getQueryParams()
TBD.
|
Modifier and Type | Method and Description |
---|---|
HttpUrlSpec |
HttpUrlSpec.params(MultiValueMap<String,String> params) |