/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/CondDB/interface/WebUtils.h
12 строк
193 B
Giacomo Govi
Added Util class for data access on web services
14 фев 2022, 15:45
14 фев 2022, 15:45
7ea27bd
Код
Авторство
О чём код?
#ifndef CondCore_CondDB_WebUtils_h #define CondCore_CondDB_WebUtils_h #include <string> namespace cond { unsigned long httpGet(const std::string& urlString, std::string& info); } #endif