Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Context.parse(Class<T> type)
Shorthand for no option parses.
|
<T> T |
Context.parse(Parse<T> parse)
Parses the request body into an object.
|