class

Raze::ServerHandler

Inherits HTTP::Handler < Reference < Object

The main server handler.

Constants

INSTANCE = new

Constructors

Instance methods

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

Source
call(ctx)
Source
clear_tree
Source
tree

the radix tree of defined paths and the associated stacks

Source