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

#include <md_http.h>

Public Attributes

md_http_thttp
 
apr_pool_tpool
 
int id
 
struct apr_bucket_alloc_tbucket_alloc
 
const charmethod
 
const charurl
 
const charuser_agent
 
const charproxy_url
 
const charca_file
 
const charunix_socket_path
 
apr_table_theaders
 
struct apr_bucket_brigadebody
 
apr_off_t body_len
 
apr_off_t resp_limit
 
md_http_timeouts_t timeout
 
md_http_callbacks_t cb
 
void * internals
 

Detailed Description

Definition at line 58 of file md_http.h.

Member Data Documentation

◆ body

struct apr_bucket_brigade* md_http_request_t::body

Definition at line 70 of file md_http.h.

◆ body_len

apr_off_t md_http_request_t::body_len

Definition at line 71 of file md_http.h.

◆ bucket_alloc

struct apr_bucket_alloc_t* md_http_request_t::bucket_alloc

Definition at line 62 of file md_http.h.

◆ ca_file

const char* md_http_request_t::ca_file

Definition at line 67 of file md_http.h.

◆ cb

md_http_callbacks_t md_http_request_t::cb

Definition at line 74 of file md_http.h.

◆ headers

apr_table_t* md_http_request_t::headers

Definition at line 69 of file md_http.h.

◆ http

md_http_t* md_http_request_t::http

Definition at line 59 of file md_http.h.

◆ id

int md_http_request_t::id

Definition at line 61 of file md_http.h.

◆ internals

void* md_http_request_t::internals

Definition at line 75 of file md_http.h.

◆ method

const char* md_http_request_t::method

Definition at line 63 of file md_http.h.

◆ pool

apr_pool_t* md_http_request_t::pool

Definition at line 60 of file md_http.h.

◆ proxy_url

const char* md_http_request_t::proxy_url

Definition at line 66 of file md_http.h.

◆ resp_limit

apr_off_t md_http_request_t::resp_limit

Definition at line 72 of file md_http.h.

◆ timeout

md_http_timeouts_t md_http_request_t::timeout

Definition at line 73 of file md_http.h.

◆ unix_socket_path

const char* md_http_request_t::unix_socket_path

Definition at line 68 of file md_http.h.

◆ url

const char* md_http_request_t::url

Definition at line 64 of file md_http.h.

◆ user_agent

const char* md_http_request_t::user_agent

Definition at line 65 of file md_http.h.


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