Apache2
|
A bucket referring to a HTTP request. More...
#include <http_protocol.h>
Data Fields | |
apr_bucket_refcount | refcount |
apr_pool_t * | pool |
const char * | method |
const char * | uri |
const char * | protocol |
apr_table_t * | headers |
A bucket referring to a HTTP request.
apr_table_t* ap_bucket_request::headers |
const char* ap_bucket_request::method |
apr_pool_t* ap_bucket_request::pool |
const char* ap_bucket_request::protocol |
apr_bucket_refcount ap_bucket_request::refcount |
Number of buckets using this memory
const char* ap_bucket_request::uri |