|
Apache HTTPD
|
#include "h2.h"Go to the source code of this file.
| apr_status_t h2_c2_filter_catch_h1_out | ( | ap_filter_t * | f, |
| apr_bucket_brigade * | bb | ||
| ) |
Definition at line 629 of file h2_c2_filter.c.
| apr_status_t h2_c2_filter_request_in | ( | ap_filter_t * | f, |
| apr_bucket_brigade * | bb, | ||
| ap_input_mode_t | mode, | ||
| apr_read_type_e | block, | ||
| apr_off_t | readbytes | ||
| ) |
Input filter on secondary connections that insert the REQUEST bucket with the request to perform and then removes itself.
Definition at line 916 of file h2_c2_filter.c.
| apr_status_t h2_c2_filter_response_out | ( | ap_filter_t * | f, |
| apr_bucket_brigade * | bb | ||
| ) |
Definition at line 681 of file h2_c2_filter.c.
| apr_status_t h2_c2_filter_trailers_out | ( | ap_filter_t * | f, |
| apr_bucket_brigade * | bb | ||
| ) |
Definition at line 1020 of file h2_c2_filter.c.