Data Fields | |
| char * | key |
| A pointer to the key of this element. | |
| char * | value |
| A pointer to the value of this element. | |
This structure only points at the data received by the web server - it does not copy it. So be sure to note that this structure becomes invalid as soon as the data used to create is gone.
Definition at line 47 of file webserver.h.
| char* HtmlFormElement::key |
| char* HtmlFormElement::value |