module Orion::Controller::RequestHelpers

Direct including types

Defined in:

orion/controller/request_helpers.cr

Instance Method Summary

Instance Method Detail

def format #

Format of the HTTP::Request


[View source]
def formats #

Formats of the HTTP::Request


[View source]
def host #

The host with port of the HTTP::Request.


[View source]
def hostname #

The hostname of the HTTP::Request.


[View source]
def path_params #

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


[View source]
def query_params #

The query params of the HTTP::Request.


[View source]
def remote_address #

The remote address of the incoming HTTP::Request.


[View source]
def request #

The HTTP::Request object.


[View source]
def resource #

The resource of the HTTP::Request.


[View source]