mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Initial Push
This commit is contained in:
11
src/Prowlarr.Http/Frontend/Mappers/IMapHttpRequestsToDisk.cs
Normal file
11
src/Prowlarr.Http/Frontend/Mappers/IMapHttpRequestsToDisk.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Nancy;
|
||||
|
||||
namespace Prowlarr.Http.Frontend.Mappers
|
||||
{
|
||||
public interface IMapHttpRequestsToDisk
|
||||
{
|
||||
string Map(string resourceUrl);
|
||||
bool CanHandle(string resourceUrl);
|
||||
Response GetResponse(string resourceUrl);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user