|
Apache HTTPD
|
Functions | |
| apr_status_t | ap_http_filter (ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) |
| apr_status_t | ap_http_chunk_filter (ap_filter_t *f, apr_bucket_brigade *b) |
| apr_status_t | ap_http_outerror_filter (ap_filter_t *f, apr_bucket_brigade *b) |
| char * | ap_response_code_string (request_rec *r, int error_index) |
| void | ap_basic_http_header (request_rec *r, apr_bucket_brigade *bb) |
| int | ap_send_http_trace (request_rec *r) |
| int | ap_send_http_options (request_rec *r) |
| void | ap_init_rng (apr_pool_t *p) |
| void | ap_random_parent_after_fork (void) |
| void ap_basic_http_header | ( | request_rec * | r, |
| apr_bucket_brigade * | bb | ||
| ) |
Send the minimal part of an HTTP response header.
| r | The current request |
| bb | The brigade to add the header to. |
Definition at line 1165 of file http_filters.c.
| apr_status_t ap_http_chunk_filter | ( | ap_filter_t * | f, |
| apr_bucket_brigade * | b | ||
| ) |
Definition at line 47 of file chunk_filter.c.
| apr_status_t ap_http_filter | ( | ap_filter_t * | f, |
| apr_bucket_brigade * | b, | ||
| ap_input_mode_t | mode, | ||
| apr_read_type_e | block, | ||
| apr_off_t | readbytes | ||
| ) |
| apr_status_t ap_http_outerror_filter | ( | ap_filter_t * | f, |
| apr_bucket_brigade * | b | ||
| ) |
Definition at line 1874 of file http_filters.c.
| void ap_init_rng | ( | apr_pool_t * | p | ) |
| char * ap_response_code_string | ( | request_rec * | r, |
| int | error_index | ||
| ) |
| int ap_send_http_options | ( | request_rec * | r | ) |
Send an appropriate response to an http OPTIONS request.
| r | The current request |
< Module declines to handle
< Module has handled this stage.
Definition at line 1078 of file http_protocol.c.
| int ap_send_http_trace | ( | request_rec * | r | ) |
Send an appropriate response to an http TRACE request.
| r | The current request |
RFC 2616: HTTP
< Module declines to handle
< Module has served the response completely * - it's safe to die() with no more output
Definition at line 1183 of file http_filters.c.
|
extern |
Definition at line 42 of file http_core.c.
|
extern |
Definition at line 40 of file http_core.c.
|
extern |
Definition at line 39 of file http_core.c.
|
extern |
Definition at line 38 of file http_core.c.
|
extern |
Definition at line 41 of file http_core.c.
Definition at line 44 of file http_core.c.