|
Apache HTTPD
|
Public Attributes | |
| const char * | id |
| conn_rec * | cfront |
| apr_pool_t * | pool |
| server_rec * | server |
| const char * | proxy_func |
| char | server_portstr [32] |
| proxy_conn_rec * | p_conn |
| proxy_worker * | worker |
| proxy_server_conf * | conf |
| apr_size_t | req_buffer_size |
| int | capacity |
| unsigned | is_ssl: 1 |
| request_rec * | r |
| int | r_status |
| int | r_done |
| int | r_may_retry |
| int | has_reusable_session |
Definition at line 51 of file mod_proxy_http2.c.
| int h2_proxy_ctx::capacity |
Definition at line 63 of file mod_proxy_http2.c.
| conn_rec* h2_proxy_ctx::cfront |
Definition at line 53 of file mod_proxy_http2.c.
| proxy_server_conf* h2_proxy_ctx::conf |
Definition at line 60 of file mod_proxy_http2.c.
| int h2_proxy_ctx::has_reusable_session |
Definition at line 71 of file mod_proxy_http2.c.
Definition at line 52 of file mod_proxy_http2.c.
| unsigned h2_proxy_ctx::is_ssl |
Definition at line 65 of file mod_proxy_http2.c.
| proxy_conn_rec* h2_proxy_ctx::p_conn |
Definition at line 58 of file mod_proxy_http2.c.
| apr_pool_t* h2_proxy_ctx::pool |
Definition at line 54 of file mod_proxy_http2.c.
Definition at line 56 of file mod_proxy_http2.c.
| request_rec* h2_proxy_ctx::r |
Definition at line 67 of file mod_proxy_http2.c.
| int h2_proxy_ctx::r_done |
Definition at line 69 of file mod_proxy_http2.c.
| int h2_proxy_ctx::r_may_retry |
Definition at line 70 of file mod_proxy_http2.c.
| int h2_proxy_ctx::r_status |
Definition at line 68 of file mod_proxy_http2.c.
| apr_size_t h2_proxy_ctx::req_buffer_size |
Definition at line 62 of file mod_proxy_http2.c.
| server_rec* h2_proxy_ctx::server |
Definition at line 55 of file mod_proxy_http2.c.
| char h2_proxy_ctx::server_portstr[32] |
Definition at line 57 of file mod_proxy_http2.c.
| proxy_worker* h2_proxy_ctx::worker |
Definition at line 59 of file mod_proxy_http2.c.