Apache2
h2_c2_filter.h File Reference
#include "h2.h"
Include dependency graph for h2_c2_filter.h:

Go to the source code of this file.

Functions

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)
 
apr_status_t h2_c2_filter_catch_h1_out (ap_filter_t *f, apr_bucket_brigade *bb)
 
apr_status_t h2_c2_filter_response_out (ap_filter_t *f, apr_bucket_brigade *bb)
 
apr_status_t h2_c2_filter_trailers_out (ap_filter_t *f, apr_bucket_brigade *bb)
 

Function Documentation

◆ h2_c2_filter_catch_h1_out()

apr_status_t h2_c2_filter_catch_h1_out ( ap_filter_t f,
apr_bucket_brigade bb 
)

◆ h2_c2_filter_request_in()

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.

◆ h2_c2_filter_response_out()

apr_status_t h2_c2_filter_response_out ( ap_filter_t f,
apr_bucket_brigade bb 
)

◆ h2_c2_filter_trailers_out()

apr_status_t h2_c2_filter_trailers_out ( ap_filter_t f,
apr_bucket_brigade bb 
)