6 lines
142 B
C#
6 lines
142 B
C#
namespace Duplicati.Library.RestAPI.Abstractions;
|
|
|
|
public interface IModernHttpRequestAccess
|
|
{
|
|
public string GetQueryParam(string name);
|
|
} |