mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 23:33:47 +01:00
7 lines
193 B
C#
7 lines
193 B
C#
namespace WireMock.Owin
|
|
{
|
|
internal interface IMappingMatcher
|
|
{
|
|
(MappingMatcherResult Match, MappingMatcherResult Partial) FindBestMatch(RequestMessage request);
|
|
}
|
|
} |