mirror of
https://github.com/Readarr/Readarr
synced 2025-12-14 12:24:49 +01:00
7 lines
135 B
C#
7 lines
135 B
C#
namespace NzbDrone.Core.Providers
|
|
{
|
|
public interface IHttpProvider
|
|
{
|
|
string DownloadString(string request);
|
|
}
|
|
}
|