mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-19 23:11:20 +02:00
* Fixes for JsonPath * More tests * Fixes + added tests
This commit is contained in:
@@ -17,7 +17,7 @@ namespace WireMock.Owin
|
||||
{
|
||||
public TimeSpan? RequestProcessingDelay { get; set; }
|
||||
|
||||
public IMatcher AuthorizationMatcher { get; set; }
|
||||
public IStringMatcher AuthorizationMatcher { get; set; }
|
||||
|
||||
public bool AllowPartialMapping { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user