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

#include <h2_proxy_util.h>

Public Attributes

const charmethod
 
const charscheme
 
const charauthority
 
const charpath
 
apr_table_theaders
 
apr_time_t request_time
 
int chunked
 

Detailed Description

Definition at line 178 of file h2_proxy_util.h.

Member Data Documentation

◆ authority

const char* h2_proxy_request::authority

Definition at line 181 of file h2_proxy_util.h.

◆ chunked

int h2_proxy_request::chunked

Definition at line 188 of file h2_proxy_util.h.

◆ headers

apr_table_t* h2_proxy_request::headers

Definition at line 184 of file h2_proxy_util.h.

◆ method

const char* h2_proxy_request::method

Definition at line 179 of file h2_proxy_util.h.

◆ path

const char* h2_proxy_request::path

Definition at line 182 of file h2_proxy_util.h.

◆ request_time

apr_time_t h2_proxy_request::request_time

Definition at line 186 of file h2_proxy_util.h.

◆ scheme

const char* h2_proxy_request::scheme

Definition at line 180 of file h2_proxy_util.h.


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