Web framework C++  2.0.0
Simple web framework on c++ designed to easily create web pages, etc
Handler Member List

This is the complete list of members for Handler, including all inherited members.

add(Handler *handler)Handlervirtual
exec()=0Handlerpure virtual
getContext()Handlerprotected
getMethod()Handler
getRoute()Handler
Handler(const char *route=nullptr, HTTP::Method method=HTTP::Method::ANY, Handler *next=nullptr)Handlerexplicit
handleRequest()Handler
isRouted()Handler
setContext(Context *context)Handler
setNext(Handler *next)Handlervirtual
~Handler()Handlervirtual