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

Public Attributes

int id
 
apr_pool_tpool
 
h2_proxy_sessionsession
 
const charurl
 
request_recr
 
conn_reccfront
 
h2_proxy_requestreq
 
const charreal_server_uri
 
const charp_server_uri
 
int standalone
 
h2_proxy_stream_state_t state
 
unsigned int suspended: 1
 
unsigned int waiting_on_100: 1
 
unsigned int waiting_on_ping: 1
 
unsigned int headers_ended: 1
 
uint32_t error_code
 
apr_bucket_brigadeinput
 
apr_off_t data_sent
 
apr_bucket_brigadeoutput
 
apr_off_t data_received
 
apr_table_tsaves
 

Detailed Description

Definition at line 33 of file h2_proxy_session.c.

Member Data Documentation

◆ cfront

conn_rec* h2_proxy_stream::cfront

Definition at line 40 of file h2_proxy_session.c.

◆ data_received

apr_off_t h2_proxy_stream::data_received

Definition at line 56 of file h2_proxy_session.c.

◆ data_sent

apr_off_t h2_proxy_stream::data_sent

Definition at line 54 of file h2_proxy_session.c.

◆ error_code

uint32_t h2_proxy_stream::error_code

Definition at line 51 of file h2_proxy_session.c.

◆ headers_ended

unsigned int h2_proxy_stream::headers_ended

Definition at line 50 of file h2_proxy_session.c.

◆ id

int h2_proxy_stream::id

Definition at line 34 of file h2_proxy_session.c.

◆ input

apr_bucket_brigade* h2_proxy_stream::input

Definition at line 53 of file h2_proxy_session.c.

◆ output

apr_bucket_brigade* h2_proxy_stream::output

Definition at line 55 of file h2_proxy_session.c.

◆ p_server_uri

const char* h2_proxy_stream::p_server_uri

Definition at line 43 of file h2_proxy_session.c.

◆ pool

apr_pool_t* h2_proxy_stream::pool

Definition at line 35 of file h2_proxy_session.c.

◆ r

request_rec* h2_proxy_stream::r

Definition at line 39 of file h2_proxy_session.c.

◆ real_server_uri

const char* h2_proxy_stream::real_server_uri

Definition at line 42 of file h2_proxy_session.c.

◆ req

h2_proxy_request* h2_proxy_stream::req

Definition at line 41 of file h2_proxy_session.c.

◆ saves

apr_table_t* h2_proxy_stream::saves

Definition at line 58 of file h2_proxy_session.c.

◆ session

h2_proxy_session* h2_proxy_stream::session

Definition at line 36 of file h2_proxy_session.c.

◆ standalone

int h2_proxy_stream::standalone

Definition at line 44 of file h2_proxy_session.c.

◆ state

h2_proxy_stream_state_t h2_proxy_stream::state

Definition at line 46 of file h2_proxy_session.c.

◆ suspended

unsigned int h2_proxy_stream::suspended

Definition at line 47 of file h2_proxy_session.c.

◆ url

const char* h2_proxy_stream::url

Definition at line 38 of file h2_proxy_session.c.

◆ waiting_on_100

unsigned int h2_proxy_stream::waiting_on_100

Definition at line 48 of file h2_proxy_session.c.

◆ waiting_on_ping

unsigned int h2_proxy_stream::waiting_on_ping

Definition at line 49 of file h2_proxy_session.c.


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