struct Orion::Action

Defined in:

orion/action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(proc : HTTP::Handler::HandlerProc, *, handlers = [] of ::HTTP::Handler, constraints = [] of Constraint, helper : Nil | String = nil) #

[View source]

Instance Method Detail

def call(c) #

[View source]
def constraints : Array(Orion::Constraint) #

[View source]
def helper : String | Nil #

[View source]
def invoke(c) #

[View source]
def matches_constraints?(request : HTTP::Request) #

[View source]