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

#include <h2.h>

Public Attributes

const charmethod
 
const charscheme
 
const charauthority
 
const charpath
 
const charprotocol
 
apr_table_theaders
 
apr_time_t request_time
 
apr_off_t raw_bytes
 
int http_status
 

Detailed Description

Definition at line 169 of file h2.h.

Member Data Documentation

◆ authority

const char* h2_request::authority

Definition at line 172 of file h2.h.

◆ headers

apr_table_t* h2_request::headers

Definition at line 175 of file h2.h.

◆ http_status

int h2_request::http_status

Definition at line 179 of file h2.h.

◆ method

const char* h2_request::method

Definition at line 170 of file h2.h.

◆ path

const char* h2_request::path

Definition at line 173 of file h2.h.

◆ protocol

const char* h2_request::protocol

Definition at line 174 of file h2.h.

◆ raw_bytes

apr_off_t h2_request::raw_bytes

Definition at line 178 of file h2.h.

◆ request_time

apr_time_t h2_request::request_time

Definition at line 177 of file h2.h.

◆ scheme

const char* h2_request::scheme

Definition at line 171 of file h2.h.


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