mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 23:01:10 +00:00
7 lines
No EOL
134 B
C#
7 lines
No EOL
134 B
C#
namespace NzbDrone.Core.Providers
|
|
{
|
|
public interface IHttpProvider
|
|
{
|
|
string DownloadString(string request);
|
|
}
|
|
} |