rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
|
#include <routing.h>
Public Member Functions | |
Route (const std::string &_route, ConnContext::Method _method) | |
Route (const std::string &_route) | |
virtual std::string | name () const |
![]() | |
virtual bool | Handle (ConnContext &ctx)=0 |
virtual bool | visible () const =0 |
virtual std::string | desc () const |
Public Attributes | |
std::string | route |
ConnContext::Method | method |
Specialization of handler which has a route (in the form of "/path/{variable}/{other-variable}") and also has a specification as to what http method it accepts.