module

Orion::Controller::RequestHelpers

Instance methods

format

Format of the HTTP::Request

Source
formats

Formats of the HTTP::Request

Source
host

The host of the HTTP::Request.

Source
host_with_port

The host with port of the HTTP::Request.

Source
path_params

The path params of the HTTP::Request if any routes have named params in the path.

Source
query_params

The query params of the HTTP::Request.

Source
remote_address

The remote address of the incoming HTTP::Request.

Source
request

The HTTP::Request object.

Source
resource

The resource of the HTTP::Request.

Source