Apache2
h2_c2_filter.h
Go to the documentation of this file.
1 /* Licensed to the Apache Software Foundation (ASF) under one or more
2  * contributor license agreements. See the NOTICE file distributed with
3  * this work for additional information regarding copyright ownership.
4  * The ASF licenses this file to You under the Apache License, Version 2.0
5  * (the "License"); you may not use this file except in compliance with
6  * the License. You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #ifndef __mod_h2__h2_c2_filter__
18 #define __mod_h2__h2_c2_filter__
19 
20 #include "h2.h"
21 
31 
32 #if AP_HAS_RESPONSE_BUCKETS
33 
39 apr_status_t h2_c2_filter_notes_out(ap_filter_t *f, apr_bucket_brigade *bb);
40 
41 #else /* AP_HAS_RESPONSE_BUCKETS */
42 
57 struct h2_headers;
58 struct h2_response_parser;
59 
61 
63 
65 
66 #endif /* else AP_HAS_RESPONSE_BUCKETS */
67 
68 #endif /* defined(__mod_h2__h2_c2_filter__) */
apr_read_type_e
Definition: apr_buckets.h:62
apr_bucket_brigade ap_input_mode_t apr_read_type_e apr_off_t readbytes
Definition: mod_dav.h:2664
apr_bucket_brigade * bb
Definition: mod_dav.h:555
apr_bucket_brigade ap_input_mode_t mode
Definition: mod_dav.h:2662
apr_bucket_brigade ap_input_mode_t apr_read_type_e block
Definition: mod_dav.h:2663
int apr_status_t
Definition: apr_errno.h:44
off_t apr_off_t
Definition: apr.h:396
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)
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)
The representation of a filter chain.
Definition: util_filter.h:278
Definition: apr_buckets.h:263
Definition: h2_headers.h:27
ap_input_mode_t
input filtering modes
Definition: util_filter.h:41