Package | Description |
---|---|
ratpack.form | |
ratpack.http |
The HTTP protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Form |
Modifier and Type | Method and Description |
---|---|
MultiValueMap<String,UploadedFile> |
Form.files() |
Modifier and Type | Method and Description |
---|---|
MultiValueMap<String,String> |
Request.getQueryParams()
TBD.
|