class Orion::Server::Request

Defined in:

Instance Method Summary

Instance methods inherited from class HTTP::Request

action : Orion::Action? action, action=(action : Orion::Action?) action=, base_path : String base_path, base_path=(base_path : String) base_path=, format format, formats formats, path_params path_params

Instance Method Detail

def action : Orion::Action? #

def action=(action : Orion::Action?) #

def base_path : String #

def base_path=(base_path : String) #

def format #

The format of the http request


def formats #

The formats of the http request


def path=(new_path) #
Description copied from class HTTP::Request

Sets request's path component.


def path_params #

Returns the list of path params set by an Orion route.


def path_params=(path_params : Hash(String, String)?) #
Description copied from class HTTP::Request

:nodoc:


def reset_path! #

The original path of the request