Apache2
md_http_request_t Struct Reference

#include <md_http.h>

Collaboration diagram for md_http_request_t:

Data Fields

md_http_thttp
 
apr_pool_tpool
 
int id
 
struct apr_bucket_alloc_tbucket_alloc
 
const char * method
 
const char * url
 
const char * user_agent
 
const char * proxy_url
 
const char * ca_file
 
const char * unix_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
 

Field Documentation

◆ body

struct apr_bucket_brigade* md_http_request_t::body

◆ body_len

apr_off_t md_http_request_t::body_len

◆ bucket_alloc

struct apr_bucket_alloc_t* md_http_request_t::bucket_alloc

◆ ca_file

const char* md_http_request_t::ca_file

◆ cb

md_http_callbacks_t md_http_request_t::cb

◆ headers

apr_table_t* md_http_request_t::headers

◆ http

md_http_t* md_http_request_t::http

◆ id

int md_http_request_t::id

◆ internals

void* md_http_request_t::internals

◆ method

const char* md_http_request_t::method

◆ pool

apr_pool_t* md_http_request_t::pool

◆ proxy_url

const char* md_http_request_t::proxy_url

◆ resp_limit

apr_off_t md_http_request_t::resp_limit

◆ timeout

md_http_timeouts_t md_http_request_t::timeout

◆ unix_socket_path

const char* md_http_request_t::unix_socket_path

◆ url

const char* md_http_request_t::url

◆ user_agent

const char* md_http_request_t::user_agent

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