clan::HTTPRequestHandlerProvider Class Referenceabstract

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...
 

Detailed Description

HTTP request handler provider interface.


The documentation for this class was generated from the following file: