|
Apache HTTPD
|
#include <httpd.h>
Public Attributes | |
| const char * | name |
| apr_bucket_brigade * | value |
Structure to store the contents of an HTTP form of the type application/x-www-form-urlencoded.
Currently it contains the name as a char* of maximum length HUGE_STRING_LEN, and a value in the form of a bucket brigade of arbitrary length.
| apr_bucket_brigade* ap_form_pair_t::value |