Apache HTTPD
Public Attributes | List of all members
ap_form_pair_t Struct Reference

#include <httpd.h>

Public Attributes

const charname
 
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.

Definition at line 2212 of file httpd.h.

Member Data Documentation

◆ name

const char* ap_form_pair_t::name

Definition at line 2213 of file httpd.h.

◆ value

apr_bucket_brigade* ap_form_pair_t::value

Definition at line 2214 of file httpd.h.


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