Apache2
ap_bucket_response Struct Reference

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

#include <http_protocol.h>

Collaboration diagram for ap_bucket_response:

Data Fields

apr_bucket_refcount refcount
 
apr_pool_tpool
 
int status
 
const char * reason
 
apr_table_theaders
 
apr_table_tnotes
 

Detailed Description

A bucket referring to a HTTP response.

Field Documentation

◆ headers

apr_table_t* ap_bucket_response::headers

◆ notes

apr_table_t* ap_bucket_response::notes

◆ pool

apr_pool_t* ap_bucket_response::pool

◆ reason

const char* ap_bucket_response::reason

◆ refcount

apr_bucket_refcount ap_bucket_response::refcount

Number of buckets using this memory

◆ status

int ap_bucket_response::status

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