class Fancyline::Middleware_autocomplete(T)
- Fancyline::Middleware_autocomplete(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, range : Range(Int32, Int32), word : String)
Calls the middleware chain.
-
#list
Returns the list of middleware.
Constructor Detail
Instance Method Detail
Calls the middleware chain.