namespace NzbDrone.Api.Frontend
{
public interface IMapHttpRequestsToDisk
string Map(string resourceUrl);
bool CanHandle(string resourceUrl);
}