apreq_parser_t Struct Reference

#include <apreq_parser.h>


Data Fields

apreq_parser_function_t parser
const char * content_type
apr_pool_tpool
apr_bucket_alloc_tbucket_alloc
apr_size_t brigade_limit
const char * temp_dir
apreq_hook_thook
void * ctx


Detailed Description

A request body parser instance.

Field Documentation

the function which parses chunks of body data

the Content-Type request header

a pool which outlasts the bucket_alloc.

bucket allocator used to create bucket brigades

the maximum in-memory bytes a brigade may use

the directory for generating temporary files

linked list of hooks

internal context pointer used by the parser function


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