module Orion::Controller::RequestHelpers

Direct including types

Defined in:

Instance Method Summary

Instance Method Detail

def format #

Format of the HTTP::Request


def formats #

Formats of the HTTP::Request


def host #

The host with port of the HTTP::Request.


def path_params #

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


def query_params #

The query params of the HTTP::Request.


def remote_address #

The remote address of the incoming HTTP::Request.


def request #

The HTTP::Request object.


def resource #

The resource of the HTTP::Request.