class Radbas::Application
- Radbas::Application
- Reference
- Object
Included Modules
- HTTP::Handler
- Radbas::Action
- Radbas::MiddlewareRunner
Defined in:
radbas-framework/application.crConstructors
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))
#