class Fancyline::Middleware_sub_info(T)
- Fancyline::Middleware_sub_info(T)
- Cute::Signal
- Reference
- Object
Defined in:
fancyline.crConstructors
Instance Method Summary
-
#add(&block : Handler) : Cute::ConnectionHandle
Appends a middleware handler
-
#add(handler : Handler) : Cute::ConnectionHandle
Appends handler
-
#call(ctx : Context)
Calls the middleware chain.
-
#list
Returns the list of middleware.