Apache2
h2_request Struct Reference

#include <h2.h>

Data Fields

const char * method
 
const char * scheme
 
const char * authority
 
const char * path
 
const char * protocol
 
apr_table_theaders
 
apr_time_t request_time
 
apr_off_t raw_bytes
 
int http_status
 

Field Documentation

◆ authority

const char* h2_request::authority

◆ headers

apr_table_t* h2_request::headers

◆ http_status

int h2_request::http_status

◆ method

const char* h2_request::method

◆ path

const char* h2_request::path

◆ protocol

const char* h2_request::protocol

◆ raw_bytes

apr_off_t h2_request::raw_bytes

◆ request_time

apr_time_t h2_request::request_time

◆ scheme

const char* h2_request::scheme

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