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

Public Attributes

CURLcurl
 
CURLMcurlm
 
struct curl_slistreq_hdrs
 
md_http_response_tresponse
 
apr_status_t rv
 
int status_fired
 

Detailed Description

Definition at line 53 of file md_curl.c.

Member Data Documentation

◆ curl

CURL* md_curl_internals_t::curl

Definition at line 54 of file md_curl.c.

◆ curlm

CURLM* md_curl_internals_t::curlm

Definition at line 55 of file md_curl.c.

◆ req_hdrs

struct curl_slist* md_curl_internals_t::req_hdrs

Definition at line 56 of file md_curl.c.

◆ response

md_http_response_t* md_curl_internals_t::response

Definition at line 57 of file md_curl.c.

◆ rv

apr_status_t md_curl_internals_t::rv

Definition at line 58 of file md_curl.c.

◆ status_fired

int md_curl_internals_t::status_fired

Definition at line 59 of file md_curl.c.


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