Project
Loading...
Searching...
No Matches
o2::ccdb::DownloaderRequestData Struct Reference

#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
 

Detailed Description

Definition at line 48 of file CCDBDownloader.h.

Member Data Documentation

◆ headers

std::map<std::string, std::string>* o2::ccdb::DownloaderRequestData::headers

Definition at line 53 of file CCDBDownloader.h.

◆ hoPair

HeaderObjectPair_t o2::ccdb::DownloaderRequestData::hoPair

Definition at line 52 of file CCDBDownloader.h.

◆ hosts

std::vector<std::string> o2::ccdb::DownloaderRequestData::hosts

Definition at line 49 of file CCDBDownloader.h.

◆ localContentCallback

std::function<bool(std::string)> o2::ccdb::DownloaderRequestData::localContentCallback

Definition at line 57 of file CCDBDownloader.h.

◆ optionsList

curl_slist* o2::ccdb::DownloaderRequestData::optionsList

Definition at line 55 of file CCDBDownloader.h.

◆ path

std::string o2::ccdb::DownloaderRequestData::path

Definition at line 50 of file CCDBDownloader.h.

◆ timestamp

long o2::ccdb::DownloaderRequestData::timestamp

Definition at line 51 of file CCDBDownloader.h.

◆ userAgent

std::string o2::ccdb::DownloaderRequestData::userAgent

Definition at line 54 of file CCDBDownloader.h.


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