2013-06-12 18:37:05 -07:00
|
|
|
|
2013-05-16 20:03:52 -07:00
|
|
|
namespace NzbDrone.Api.Frontend
|
|
|
|
{
|
|
|
|
public interface IMapHttpRequestsToDisk
|
|
|
|
{
|
|
|
|
string Map(string resourceUrl);
|
2013-05-17 18:18:02 -07:00
|
|
|
bool CanHandle(string resourceUrl);
|
2013-05-16 20:03:52 -07:00
|
|
|
}
|
|
|
|
}
|