module Orion::Controller::RequestHelpers

Direct including types

Defined in:

orion/controller/request_helpers.cr

Instance Method Summary

Instance Method Detail

def host #

The host with port of the request object.


[View source]
def path_params #

The path params if any routes have named params in the path.


[View source]
def query_params #

The query params of the request object.


[View source]
def remote_address #

The remote address of the incoming request.


[View source]
def request #

The HTTP request object.


[View source]
def resource #

The resource of the request object.


[View source]
def response #

The HTTP response object.


[View source]