mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-14 06:05:18 +01:00
7 lines
149 B
C#
7 lines
149 B
C#
namespace WireMock.Owin
|
|
{
|
|
internal interface IMappingMatcher
|
|
{
|
|
MappingMatcherResult FindBestMatch(RequestMessage request);
|
|
}
|
|
} |