|
ClanLib
2.3.7
|
HTTP request handler provider interface. More...
#include <http_request_handler_provider.h>
Public Member Functions | |
Construction | |
| virtual | ~CL_HTTPRequestHandlerProvider () |
| virtual void | destroy ()=0 |
| Destroy. More... | |
Operations | |
| virtual bool | is_handling_request (const CL_StringRef8 &type, const CL_StringRef8 &url, const CL_StringRef8 &headers)=0 |
| virtual void | handle_request (CL_HTTPServerConnection &connection)=0 |
| Handle request. More... | |
HTTP request handler provider interface.
|
inlinevirtual |
|
pure virtual |
Destroy.
|
pure virtual |
Handle request.
| connection | = HTTPServer Connection |
|
pure virtual |
1.8.4