Belle II Software
release-08-01-10
|
struct encapsulating all the state information needed by curl More...
Public Attributes | |
CURL * | curl {nullptr} |
curl session information | |
curl_slist * | headers {nullptr} |
headers to send with every request | |
char | errbuf [CURL_ERROR_SIZE] |
error buffer in case some error happens during downloading | |
double | lasttime {0} |
last time we printed the status (in ns) | |
struct encapsulating all the state information needed by curl
Definition at line 27 of file Downloader.cc.