module Orion::Controller::RequestHelpers
Direct including types
Defined in:
Instance Method Summary
-
#format
Format of the
HTTP::Request
-
#formats
Formats of the
HTTP::Request
-
#host
The host with port of the
HTTP::Request
. -
#path_params
The path params of the
HTTP::Request
if any routes have named params in the path. -
#query_params
The query params of the
HTTP::Request
. -
#remote_address
The remote address of the incoming
HTTP::Request
. -
#request
The
HTTP::Request
object. -
#resource
The resource of the
HTTP::Request
.