class Fancyline::Middleware_display(T)
- Fancyline::Middleware_display(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, line : String)
Calls the middleware chain.
-
#list
Returns the list of middleware.