HTTP request handler provider interface. More...
#include <http_request_handler_provider.h>
Public Member Functions | |
Construction | |
| virtual | ~HTTPRequestHandlerProvider () |
Operations | |
| virtual bool | is_handling_request (const std::string &type, const std::string &url, const std::string &headers)=0 |
| virtual void | handle_request (HTTPServerConnection &connection)=0 |
| Handle request. More... | |
HTTP request handler provider interface.