NetBurner 3.5.6
PDF Version |
Implements the HtmlPostHandler class as a function pointer callback for POST requests. More...
#include <httppost.h>
Inherits HtmlPostHandler.
Public Member Functions | |
virtual int | ProcessRaw (int sock, HTTP_Request &pdt) |
Pure virtual method that must be implemented to process HTTP requests. | |
Implements the HtmlPostHandler class as a function pointer callback for POST requests.
|
inlinevirtual |
Pure virtual method that must be implemented to process HTTP requests.
This method is called when a matching request is received and must contain the actual request processing logic. Implementations should read request data, perform necessary processing, and send appropriate HTTP responses.
sock | Socket file descriptor for the client connection |
pd | HTTP request object containing parsed request details (headers, URL, method, body data, etc.) |
Implements HtmlPageHandler.