a hash of information about a server-side request
More...
|
auto | body |
| the deserialized message body data
|
|
hash< auto > | info |
| miscellaneous free-form info about the parsed request
|
|
string | path |
| the URI path without query arguments
|
|
*hash< auto > | path_args |
| any path arguments
|
|
*hash< auto > | query |
| any query arguments
|
|
a hash of information about a server-side request