Jobs are CURL requests running within a struct GNUNET_CURL_Context
.
More...
Jobs are CURL requests running within a struct GNUNET_CURL_Context
.
Definition at line 76 of file curl.c.
◆ next
We keep jobs in a DLL.
Definition at line 81 of file curl.c.
◆ prev
We keep jobs in a DLL.
Definition at line 86 of file curl.c.
◆ easy_handle
CURL* GNUNET_CURL_Job::easy_handle |
Easy handle of the job.
Definition at line 91 of file curl.c.
◆ ctx
◆ jcc
◆ jcc_cls
void* GNUNET_CURL_Job::jcc_cls |
◆ jcc_raw
Function to call upon completion.
Definition at line 111 of file curl.c.
◆ jcc_raw_cls
void* GNUNET_CURL_Job::jcc_raw_cls |
Closure for jcc_raw.
Definition at line 116 of file curl.c.
◆ db
Buffer for response received from CURL.
Definition at line 116 of file curl.c.
◆ job_headers
struct curl_slist* GNUNET_CURL_Job::job_headers |
Headers used for this job, the list needs to be freed after the job has finished.
Definition at line 127 of file curl.c.
The documentation for this struct was generated from the following file: