Apache2
|
#include <md_http.h>
Data Fields | |
md_http_t * | http |
apr_pool_t * | pool |
int | id |
struct apr_bucket_alloc_t * | bucket_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_t * | headers |
struct apr_bucket_brigade * | body |
apr_off_t | body_len |
apr_off_t | resp_limit |
md_http_timeouts_t | timeout |
md_http_callbacks_t | cb |
void * | internals |
struct apr_bucket_brigade* md_http_request_t::body |
apr_off_t md_http_request_t::body_len |
struct apr_bucket_alloc_t* md_http_request_t::bucket_alloc |
const char* md_http_request_t::ca_file |
md_http_callbacks_t md_http_request_t::cb |
apr_table_t* md_http_request_t::headers |
md_http_t* md_http_request_t::http |
int md_http_request_t::id |
void* md_http_request_t::internals |
const char* md_http_request_t::method |
apr_pool_t* md_http_request_t::pool |
const char* md_http_request_t::proxy_url |
apr_off_t md_http_request_t::resp_limit |
md_http_timeouts_t md_http_request_t::timeout |
const char* md_http_request_t::unix_socket_path |
const char* md_http_request_t::url |
const char* md_http_request_t::user_agent |