Implements the HtmlPostVariableListHandler class as a function pointer callback for HTTP POST submissions.
More...
#include <httppost.h>
|
| | 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.
◆ HtmlPostVariableListCallback() [1/2]
| HtmlPostVariableListCallback::HtmlPostVariableListCallback |
( |
const char * | pUrl, |
|
|
postvarhandler * | pCallback, |
|
|
int | accessGroup = 0 ) |
|
inline |
Custom HTTP POST handler callback function constructor.
- Parameters
-
| pUrl | Pointer to URL character string |
| pCallback | Pointer to callback function that will process the POST |
| accessGroup | Password group access |
◆ HtmlPostVariableListCallback() [2/2]
| HtmlPostVariableListCallback::HtmlPostVariableListCallback |
( |
const char * | pUrl, |
|
|
postvarhandler_int * | pCallback, |
|
|
int | accessGroup = 0 ) |
|
inline |
Custom HTTP POST handler callback function constructor.
- Parameters
-
| pUrl | Pointer to URL character string |
| pCallback | Pointer to callback function that will process the POST |
| accessGroup | Password group access |
The documentation for this class was generated from the following file: