mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-05-04 13:52:51 +08:00
7 lines
200 B
C#
7 lines
200 B
C#
namespace Ocelot.Library.Infrastructure.UrlMatcher
|
|
{
|
|
public interface IUrlPathToUrlTemplateMatcher
|
|
{
|
|
UrlMatch Match(string upstreamUrlPath, string upstreamUrlPathTemplate);
|
|
}
|
|
} |