![]() |
Project
|
#include <CCDBDownloader.h>
Public Attributes | |
std::vector< std::string > | hosts |
std::string | path |
long | timestamp |
HeaderObjectPair_t | hoPair |
std::map< std::string, std::string > * | headers |
std::string | userAgent |
curl_slist * | optionsList |
std::function< bool(std::string)> | localContentCallback |
Definition at line 48 of file CCDBDownloader.h.
std::map<std::string, std::string>* o2::ccdb::DownloaderRequestData::headers |
Definition at line 53 of file CCDBDownloader.h.
HeaderObjectPair_t o2::ccdb::DownloaderRequestData::hoPair |
Definition at line 52 of file CCDBDownloader.h.
std::vector<std::string> o2::ccdb::DownloaderRequestData::hosts |
Definition at line 49 of file CCDBDownloader.h.
std::function<bool(std::string)> o2::ccdb::DownloaderRequestData::localContentCallback |
Definition at line 57 of file CCDBDownloader.h.
curl_slist* o2::ccdb::DownloaderRequestData::optionsList |
Definition at line 55 of file CCDBDownloader.h.
std::string o2::ccdb::DownloaderRequestData::path |
Definition at line 50 of file CCDBDownloader.h.
long o2::ccdb::DownloaderRequestData::timestamp |
Definition at line 51 of file CCDBDownloader.h.
std::string o2::ccdb::DownloaderRequestData::userAgent |
Definition at line 54 of file CCDBDownloader.h.