|
NetBurner 3.5.6
PDF Version |
Implements the HtmlPostVariableListHandler class as a function pointer callback for HTTP POST submissions. More...
#include <httppost.h>
Inherits HtmlPostVariableListHandler.
Public Member Functions | |
| HtmlPostVariableListCallback (const char *pUrl, postvarhandler *pCallback, int accessGroup=0) | |
| Custom HTTP POST handler callback function constructor. | |
| HtmlPostVariableListCallback (const char *pUrl, postvarhandler_int *pCallback, int accessGroup=0) | |
| Custom HTTP POST handler callback function constructor. | |
Implements the HtmlPostVariableListHandler class as a function pointer callback for HTTP POST submissions.
|
inline |
Custom HTTP POST handler callback function constructor.
| pUrl | Pointer to URL character string |
| pCallback | Pointer to callback function that will process the POST |
| accessGroup | Password group access |
|
inline |
Custom HTTP POST handler callback function constructor.
| pUrl | Pointer to URL character string |
| pCallback | Pointer to callback function that will process the POST |
| accessGroup | Password group access |