mod_core
[Apache Modules]


関数

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_tap_http_input_filter_handle
AP_DECLARE_DATA ap_filter_rec_tap_http_header_filter_handle
AP_DECLARE_DATA ap_filter_rec_tap_chunk_filter_handle
AP_DECLARE_DATA ap_filter_rec_tap_http_outerror_filter_handle
AP_DECLARE_DATA ap_filter_rec_tap_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.
警告:
Modules should be very careful about using this, and should the default behavior. Much of the HTTP/1.1 implementation correctness depends on the full headers. void ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb)

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.


Apacheに対してSun Jul 19 22:05:28 2009に生成されました。  doxygen 1.4.7