|
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 FileHandler, including all inherited members.
| add(Handler *handler) | Handler | virtual |
| exec() override | FileHandler | virtual |
| FileHandler(const char *route, const char *filePath, const char *mimeType, bool isBinary) | FileHandler | |
| getContext() | Handler | protected |
| getMethod() | Handler | |
| getRoute() | Handler | |
| Handler(const char *route=nullptr, HTTP::Method method=HTTP::Method::ANY, Handler *next=nullptr) | Handler | explicit |
| handleRequest() | Handler | |
| isRouted() | Handler | |
| loadFile(const char *filePath, std::string &data) | FileHandler | static |
| setContext(Context *context) | Handler | |
| setNext(Handler *next) | Handler | virtual |
| ~Handler() | Handler | virtual |
1.8.11