Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
This is the complete list of members for Context, including all inherited members.
Context() | Context | |
emitCloseEvent() | Context | |
getMiddlewareByNameID(const char *nameID) | Context | |
getRequest() | Context | |
getResponse() | Context | |
isClosed() | Context | |
setMiddlewareList(std::vector< Middleware * > *middlewareList) | Context | |
setPermanentlyRedirect(const char *uri) | Context | |
setRedirect(const char *uri, int code) | Context | |
setRequest(Request *request) | Context | |
setResponse(Response *response) | Context | |
setTemporaryRedirect(const char *uri) | Context | |
~Context() | Context |