Raze::Stack
Inherits Reference < Object
Constructors
new
Sourcenew(*handlers)
SourceInstance methods
add_sub_tree(stack, node, method, path)
Sourceblock
Sourceblock?
Sourcemiddlewares
Sourcenext(index, ctx : HTTP::Server::Context)
Sourcerun(ctx : HTTP::Server::Context)
Sourcetree
A sub tree is used in case this stack is indexed using a wildcard For example, if there is one stack at the path "/hel**" and another at the path "/hello", the latter would be in the subtree of the first
A sub tree is used in case this stack is indexed using a wildcard For example, if there is one stack at the path "/hel**" and another at the path "/hello", the latter would be in the subtree of the first
tree?
Source