Apache HTTPD
Public Attributes | List of all members
h2_proxy_ctx Struct Reference

Public Attributes

const charid
 
conn_reccfront
 
apr_pool_tpool
 
server_recserver
 
const charproxy_func
 
char server_portstr [32]
 
proxy_conn_recp_conn
 
proxy_workerworker
 
proxy_server_confconf
 
apr_size_t req_buffer_size
 
int capacity
 
unsigned is_ssl: 1
 
request_recr
 
int r_status
 
int r_done
 
int r_may_retry
 
int has_reusable_session
 

Detailed Description

Definition at line 51 of file mod_proxy_http2.c.

Member Data Documentation

◆ capacity

int h2_proxy_ctx::capacity

Definition at line 63 of file mod_proxy_http2.c.

◆ cfront

conn_rec* h2_proxy_ctx::cfront

Definition at line 53 of file mod_proxy_http2.c.

◆ conf

proxy_server_conf* h2_proxy_ctx::conf

Definition at line 60 of file mod_proxy_http2.c.

◆ has_reusable_session

int h2_proxy_ctx::has_reusable_session

Definition at line 71 of file mod_proxy_http2.c.

◆ id

const char* h2_proxy_ctx::id

Definition at line 52 of file mod_proxy_http2.c.

◆ is_ssl

unsigned h2_proxy_ctx::is_ssl

Definition at line 65 of file mod_proxy_http2.c.

◆ p_conn

proxy_conn_rec* h2_proxy_ctx::p_conn

Definition at line 58 of file mod_proxy_http2.c.

◆ pool

apr_pool_t* h2_proxy_ctx::pool

Definition at line 54 of file mod_proxy_http2.c.

◆ proxy_func

const char* h2_proxy_ctx::proxy_func

Definition at line 56 of file mod_proxy_http2.c.

◆ r

request_rec* h2_proxy_ctx::r

Definition at line 67 of file mod_proxy_http2.c.

◆ r_done

int h2_proxy_ctx::r_done

Definition at line 69 of file mod_proxy_http2.c.

◆ r_may_retry

int h2_proxy_ctx::r_may_retry

Definition at line 70 of file mod_proxy_http2.c.

◆ r_status

int h2_proxy_ctx::r_status

Definition at line 68 of file mod_proxy_http2.c.

◆ req_buffer_size

apr_size_t h2_proxy_ctx::req_buffer_size

Definition at line 62 of file mod_proxy_http2.c.

◆ server

server_rec* h2_proxy_ctx::server

Definition at line 55 of file mod_proxy_http2.c.

◆ server_portstr

char h2_proxy_ctx::server_portstr[32]

Definition at line 57 of file mod_proxy_http2.c.

◆ worker

proxy_worker* h2_proxy_ctx::worker

Definition at line 59 of file mod_proxy_http2.c.


The documentation for this struct was generated from the following file: