class Radbas::Application

Included Modules

Defined in:

radbas-framework/application.cr

Constructors

Instance methods inherited from module Radbas::Action

call(context : Context) call

Instance methods inherited from module Radbas::MiddlewareRunner

call(context : Context) : Nil call

Instance methods inherited from module Radbas::Action

call(context : Context) call

Constructor Detail

def self.new(middleware : Array(HTTP::Server::Context, HTTP::Server::Context -> _ -> _ | Radbas::Middleware) = [] of MiddlewareLike, action : HTTP::Server::Context -> _ | Radbas::Action = ->call_next(Context)) #

[View source]