class Orion::Pipeline

Defined in:

orion/pipeline.cr

Constant Summary

CACHE = {} of String => Pipeline
ROUTE_HANDLER = ->(c : HTTP::Server::Context) do c.request.action.try(&.invoke(c)) end

Constructors

Instance Method Summary

Constructor Detail

def self.new(handlers : Array(HTTP::Handler), cache_key : String) #

[View source]
def self.new(handlers) #

[View source]

Instance Method Detail

def call(c : HTTP::Server::Context) : Nil #

[View source]