(defclass <myapp-app> (<app>) ())
(defvar *app* (make-instance '<myapp-app>))
(call *app*)
Caveman.App provides a base class `
Base class for Caveman Application. All Caveman Application must inherit this class.
Overriding method. This method will be called for each request.
Add a routing rule to the Application.
Lookup a routing rule with SYMBOL from the application.