Apache2

#include <httpd.h>

Collaboration diagram for ap_form_pair_t:

Data Fields

const char * name
 
apr_bucket_brigadevalue
 

Detailed Description

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.


The documentation for this struct was generated from the following file: