Apache2
ap_bucket_request Struct Reference

A bucket referring to a HTTP request. More...

#include <http_protocol.h>

Collaboration diagram for ap_bucket_request:

Data Fields

apr_bucket_refcount refcount
 
apr_pool_tpool
 
const char * method
 
const char * uri
 
const char * protocol
 
apr_table_theaders
 

Detailed Description

A bucket referring to a HTTP request.

Field Documentation

◆ headers

apr_table_t* ap_bucket_request::headers

◆ method

const char* ap_bucket_request::method

◆ pool

apr_pool_t* ap_bucket_request::pool

◆ protocol

const char* ap_bucket_request::protocol

◆ refcount

apr_bucket_refcount ap_bucket_request::refcount

Number of buckets using this memory

◆ uri

const char* ap_bucket_request::uri

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