Apache HTTPD
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
40
41#else /* AP_HAS_RESPONSE_BUCKETS */
42
57struct h2_headers;
59
61
63
65
66#endif /* else AP_HAS_RESPONSE_BUCKETS */
67
68#endif /* defined(__mod_h2__h2_c2_filter__) */
apr_file_t * f
apr_read_type_e
Definition apr_buckets.h:57
apr_dbd_transaction_t int mode
Definition apr_dbd.h:261
apr_size_t size
int apr_status_t
Definition apr_errno.h:44
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.
ap_input_mode_t
input filtering modes
Definition util_filter.h:41