Apache HTTP Server Request Library

#include <apreq_param.h>
| Data Fields | |
| apr_table_t * | info | 
| apr_bucket_brigade * | upload | 
| unsigned | flags | 
| const apreq_value_t | v | 
Common data structure for params and file uploads
| unsigned apreq_param_t::flags | 
charsets, taint marks, app-specific bits
| apr_table_t* apreq_param_t::info | 
header table associated with the param
| apr_bucket_brigade* apreq_param_t::upload | 
brigade used to spool upload files
| const apreq_value_t apreq_param_t::v | 
underlying name/value info