mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-13 15:28:45 +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);
|
|
}
|
|
} |