class Raze::ServerHandler
- Raze::ServerHandler
- Reference
- Object
Overview
The main server handler.
Included Modules
- HTTP::Handler
Defined in:
raze/server_handler.crConstant Summary
-
INSTANCE =
new
Constructors
Instance Method Summary
-
#add_stack(method, path, stack)
Adds a stack to the tree
- #call(ctx)
- #clear_tree
-
#tree : Raze::Radix(Raze::Stack)
the radix tree of defined paths and the associated stacks
Constructor Detail
Instance Method Detail
def add_stack(method, path, stack)
#
Adds a stack to the tree
NOTE This method is only ran at server startup so the extra internal sanity checks will not affect server performance
the radix tree of defined paths and the associated stacks