We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4d181 commit 3b2df41Copy full SHA for 3b2df41
etc/plugins/ROOT@@Internal@@RRawFile/P015_RRawFileCurl.C
@@ -0,0 +1,11 @@
1
+void P015_RRawFileCurl()
2
+{
3
+ TString configfeatures = gROOT->GetConfigFeatures();
4
+
5
+ if (configfeatures.Contains("curl") &&
6
+ (!configfeatures.Contains("davix") || gEnv->GetValue("Curl.ReplaceDavix", 0))) {
7
8
+ gPluginMgr->AddHandler("ROOT::Internal::RRawFile", "^http[s]?:", "ROOT::Internal::RRawFileCurl", "RCurlHttp",
9
+ "RRawFileCurl(std::string_view, ROOT::Internal::RRawFile::ROptions)");
10
+ }
11
+}
0 commit comments