mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 00:03:48 +01:00
6 lines
173 B
C#
6 lines
173 B
C#
namespace WireMock.Owin;
|
|
|
|
internal interface IMappingMatcher
|
|
{
|
|
(MappingMatcherResult? Match, MappingMatcherResult? Partial) FindBestMatch(RequestMessage request);
|
|
} |