apreq_param_t(3)
NAME
apreq_param_t
SYNOPSIS
#include <apreq_params.h> Data Fields apr_table_t * info apr_bucket_brigade * bb apreq_value_t v
Detailed Description
Common data structure for params and file uploads
Field Documentation
- apr_bucket_brigade* apreq_param_t::bb
- brigade to spool upload files
- apr_table_t* apreq_param_t::info
- header table associated with the param
- apreq_value_t apreq_param_t::v
- underlying name/value/status info
Author
- Generated automatically by Doxygen for libapreq2 from the
source code.