mirror of
https://github.com/Radarr/Radarr
synced 2024-12-29 11:25:26 +00:00
24ba4390a1
cache and gzip piplelines are missing
9 lines
188 B
C#
9 lines
188 B
C#
|
|
namespace NzbDrone.Api.Frontend.Mappers
|
|
{
|
|
public interface IMapHttpRequestsToDisk
|
|
{
|
|
string Map(string resourceUrl);
|
|
bool CanHandle(string resourceUrl);
|
|
}
|
|
}
|