Apache HTTP Server Request Library

#include <apreq_parser.h>
| Data Fields | |
| apreq_parser_function_t | parser | 
| const char * | content_type | 
| apr_pool_t * | pool | 
| apr_bucket_alloc_t * | bucket_alloc | 
| apr_size_t | brigade_limit | 
| const char * | temp_dir | 
| apreq_hook_t * | hook | 
| void * | ctx | 
| 
 | 
| the maximum in-memory bytes a brigade may use | 
| 
 | 
| bucket allocator used to create bucket brigades | 
| 
 | 
| the Content-Type request header | 
| 
 | 
| internal context pointer used by the parser function | 
| 
 | 
| linked list of hooks | 
| 
 | 
| the function which parses chunks of body data | 
| 
 | 
| a pool which outlasts the bucket_alloc. | 
| 
 | 
| the directory for generating temporary files |