Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:25

0001 #ifndef CondCore_CondDB_WebUtils_h
0002 #define CondCore_CondDB_WebUtils_h
0003 
0004 #include <string>
0005 
0006 namespace cond {
0007 
0008   unsigned long httpGet(const std::string& urlString, std::string& info);
0009 
0010 }
0011 
0012 #endif