rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
|
#include <server.h>
Public Member Functions | |
virtual bool | Handle (ConnContext &ctx)=0 |
virtual bool | visible () const =0 |
virtual std::string | name () const =0 |
virtual std::string | desc () const |
Base handler class. These are checked in order whenever there is a request.