関数 | |
| 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) |
変数 | |
| AP_DECLARE_DATA ap_filter_rec_t * | ap_http_input_filter_handle |
| AP_DECLARE_DATA ap_filter_rec_t * | ap_http_header_filter_handle |
| AP_DECLARE_DATA ap_filter_rec_t * | ap_chunk_filter_handle |
| AP_DECLARE_DATA ap_filter_rec_t * | ap_http_outerror_filter_handle |
| AP_DECLARE_DATA ap_filter_rec_t * | ap_byterange_filter_handle |
| 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. |
| int ap_send_http_options | ( | request_rec * | r | ) |
Send an appropriate response to an http OPTIONS request.
| r | The current request |
| int ap_send_http_trace | ( | request_rec * | r | ) |
Send an appropriate response to an http TRACE request.
| r | The current request returns DONE or the HTTP status error if it handles the TRACE, or DECLINED if the request was not for TRACE. request method was not TRACE. |
1.4.7