mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-26 02:51:04 +01:00
Partial matching
This commit is contained in:
@@ -202,6 +202,11 @@ namespace WireMock.Server
|
||||
Body = logEntry.ResponseMessage.Body,
|
||||
BodyOriginal = logEntry.ResponseMessage.BodyOriginal,
|
||||
Headers = logEntry.ResponseMessage.Headers
|
||||
},
|
||||
RequestMatchResult = new LogRequestMatchModel
|
||||
{
|
||||
Matched = logEntry.RequestMatchResult.Matched,
|
||||
Total = logEntry.RequestMatchResult.Total
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user