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 f1e9fbc commit e97b2fbCopy full SHA for e97b2fb
src/XrdCl/XrdClURL.hh
@@ -277,6 +277,15 @@ namespace XrdCl
277
ComputeURL();
278
}
279
280
+ //------------------------------------------------------------------------
281
+ //! Set a single param
282
283
+ void SetParam( const std::string &name, const std::string &value )
284
+ {
285
+ pParams[name] = value;
286
+ ComputeURL();
287
+ }
288
+
289
//------------------------------------------------------------------------
290
//! Parse a string and fill the URL fields
291
0 commit comments