apreq_request_t(3)
NAME
apreq_request_t
SYNOPSIS
#include <apreq_params.h> Data Fields apr_table_t * args apr_table_t * body apreq_parser_t * parser void * env apr_status_t args_status apr_status_t body_status
Detailed Description
Structure which manages the request data.
Field Documentation
- apr_table_t* apreq_request_t::args
- parsed query-string
- apr_status_t apreq_request_t::args_status
- status of query-string parse
- apr_table_t* apreq_request_t::body
- parsed post data
- apr_status_t apreq_request_t::body_status
- status of post data parse
- void* apreq_request_t::env
- request environment
- apreq_parser_t* apreq_request_t::parser
- active parser for this request
Author
- Generated automatically by Doxygen for libapreq2 from the
source code.