HtmlFormElement Struct Reference
[Web Server]

A structure that represents a key-value pair in an HTML form. More...


Data Fields

char * key
 A pointer to the key of this element.
char * value
 A pointer to the value of this element.

Detailed Description

A structure that represents a key-value pair in an HTML form.

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.


Field Documentation

A pointer to the key of this element.

Definition at line 49 of file webserver.h.

A pointer to the value of this element.

Definition at line 50 of file webserver.h.