|
Apache HTTPD
|
A bucket referring to an HTTP error. More...
#include <http_protocol.h>
Public Attributes | |
| apr_bucket_refcount | refcount |
| int | status |
| const char * | data |
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.
The error string
Definition at line 1059 of file http_protocol.h.
| apr_bucket_refcount ap_bucket_error::refcount |
Number of buckets using this memory
Definition at line 1055 of file http_protocol.h.
| int ap_bucket_error::status |
The error code
Definition at line 1057 of file http_protocol.h.