|
Apache HTTPD
|
#include <apr_optional.h>#include <apr_optional_hooks.h>#include <apr_strings.h>#include <apr_time.h>#include <apr_want.h>#include <httpd.h>#include <http_protocol.h>#include <http_request.h>#include <http_log.h>#include <mpm_common.h>#include "mod_http2.h"#include <nghttp2/nghttp2.h>#include "h2_stream.h"#include "h2_c1.h"#include "h2_c2.h"#include "h2_session.h"#include "h2_config.h"#include "h2_conn_ctx.h"#include "h2_protocol.h"#include "h2_mplx.h"#include "h2_push.h"#include "h2_request.h"#include "h2_switch.h"#include "h2_version.h"#include "h2_bucket_beam.h"#include "h2_ws.h"Go to the source code of this file.
Classes | |
| struct | features |
| struct | h2_var_def |
Typedefs | |
| typedef const char * | h2_var_lookup(apr_pool_t *p, server_rec *s, conn_rec *c, request_rec *r, h2_conn_ctx_t *ctx) |
| typedef struct h2_var_def | h2_var_def |
Variables | |
| static int *const | aplog_module_index = &( http2_module.module_index) |
| static features | myfeats |
| static int | mpm_warned |
| static h2_var_def | H2_VARS [] |
| typedef const char * h2_var_lookup(apr_pool_t *p, server_rec *s, conn_rec *c, request_rec *r, h2_conn_ctx_t *ctx) |
Definition at line 291 of file mod_http2.c.
|
static |
Definition at line 162 of file mod_http2.c.
|
static |
< Module declines to handle
Definition at line 335 of file mod_http2.c.
|
static |
Definition at line 179 of file mod_http2.c.
|
static |
Definition at line 88 of file mod_http2.c.
|
static |
Definition at line 152 of file mod_http2.c.
Definition at line 314 of file mod_http2.c.
|
static |
Definition at line 319 of file mod_http2.c.
|
static |
Definition at line 216 of file mod_http2.c.
|
static |
Definition at line 241 of file mod_http2.c.
|
static |
Definition at line 253 of file mod_http2.c.
|
static |
Definition at line 281 of file mod_http2.c.
|
static |
Definition at line 268 of file mod_http2.c.
|
static |
Definition at line 210 of file mod_http2.c.
Definition at line 50 of file mod_http2.c.
|
static |
Definition at line 299 of file mod_http2.c.
|
static |
Definition at line 73 of file mod_http2.c.
|
static |
Definition at line 72 of file mod_http2.c.