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

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

add(Handler *handler)Handlervirtual
exec() overrideFileHandlervirtual
FileHandler(const char *route, const char *filePath, const char *mimeType, bool isBinary)FileHandler
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
loadFile(const char *filePath, std::string &data)FileHandlerstatic
setContext(Context *context)Handler
setNext(Handler *next)Handlervirtual
~Handler()Handlervirtual