|
Apache HTTPD
|
#include <md_http.h>
Public Attributes | |
| 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 |
| struct apr_bucket_alloc_t* md_http_request_t::bucket_alloc |
| md_http_callbacks_t md_http_request_t::cb |
| apr_table_t* md_http_request_t::headers |
| apr_pool_t* md_http_request_t::pool |
| md_http_timeouts_t md_http_request_t::timeout |