|
Apache HTTPD
|
Public Attributes | |
| const char * | id |
| h2_rp_state_t | state |
| conn_rec * | c |
| apr_pool_t * | pool |
| int | http_status |
| apr_array_header_t * | hlines |
| apr_bucket_brigade * | tmp |
| apr_bucket_brigade * | saveto |
Definition at line 383 of file h2_c2_filter.c.
| conn_rec* h2_response_parser::c |
Definition at line 386 of file h2_c2_filter.c.
| apr_array_header_t* h2_response_parser::hlines |
Definition at line 389 of file h2_c2_filter.c.
| int h2_response_parser::http_status |
Definition at line 388 of file h2_c2_filter.c.
Definition at line 384 of file h2_c2_filter.c.
| apr_pool_t* h2_response_parser::pool |
Definition at line 387 of file h2_c2_filter.c.
| apr_bucket_brigade* h2_response_parser::saveto |
Definition at line 391 of file h2_c2_filter.c.
| h2_rp_state_t h2_response_parser::state |
Definition at line 385 of file h2_c2_filter.c.
| apr_bucket_brigade* h2_response_parser::tmp |
Definition at line 390 of file h2_c2_filter.c.