Apache HTTPD
Public Attributes | List of all members
ap_bucket_error Struct Reference

A bucket referring to an HTTP error. More...

#include <http_protocol.h>

Public Attributes

apr_bucket_refcount refcount
 
int status
 
const chardata
 

Detailed Description

A bucket referring to an HTTP error.

This bucket can be passed down the filter stack to indicate that an HTTP error occurred while running a filter. In order for this bucket to be used successfully, it MUST be sent as the first bucket in the first brigade to be sent from a given filter.

Definition at line 1053 of file http_protocol.h.

Member Data Documentation

◆ data

const char* ap_bucket_error::data

The error string

Definition at line 1059 of file http_protocol.h.

◆ refcount

apr_bucket_refcount ap_bucket_error::refcount

Number of buckets using this memory

Definition at line 1055 of file http_protocol.h.

◆ status

int ap_bucket_error::status

The error code

Definition at line 1057 of file http_protocol.h.


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