Apache2
|
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. |
apr_status_t ap_h1_body_in_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_h1_request_in_filter | ( | ap_filter_t * | f, |
apr_bucket_brigade * | bb, | ||
ap_input_mode_t | mode, | ||
apr_read_type_e | block, | ||
apr_off_t | readbytes | ||
) |
apr_status_t ap_h1_response_out_filter | ( | ap_filter_t * | f, |
apr_bucket_brigade * | b | ||
) |
int ap_h1_set_keepalive | ( | request_rec * | r, |
ap_bucket_response * | resp | ||
) |
Set the keepalive status for this request based on the response
r | The current request |
resp | The response being send |
apr_status_t ap_http_chunk_filter | ( | ap_filter_t * | f, |
apr_bucket_brigade * | b | ||
) |
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 | ||
) |
void ap_init_rng | ( | apr_pool_t * | p | ) |
void ap_random_parent_after_fork | ( | void | ) |
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 |
int ap_send_http_trace | ( | request_rec * | r | ) |
Send an appropriate response to an http TRACE request.
r | The current request |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |