Inner class to define a callback interface from this Civet specific handler class. More...
#include <virtualfilerequesthandler.hpp>
Public Member Functions | |
virtual bool | processFileReadRequest (struct mg_connection *connection)=0 |
Invoked to handle a content request. | |
virtual bool | processPostContentRequest (struct mg_connection *connection)=0 |
Invoked to handle HTTP post request. | |
Inner class to define a callback interface from this Civet specific handler class.
|
pure virtual |
Invoked to handle a content request.
connection | The civet connection. |
Implemented in kanzi::connect::VirtualFileService.
|
pure virtual |
Invoked to handle HTTP post request.
connection | The civet connection |
Implemented in kanzi::connect::VirtualFileService.