mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-14 04:29:36 +02:00
Add MatchOperator "Or", "And" and "Average" for patterns (#755)
* wip * ... * . * ... * ... * path * url * b * t * client * . * RequestMessageMethodMatcherTests * . * h * . * fix tests * .
This commit is contained in:
@@ -15,7 +15,7 @@ namespace WireMock
|
||||
public class ResponseMessage : IResponseMessage
|
||||
{
|
||||
/// <inheritdoc cref="IResponseMessage.Headers" />
|
||||
public IDictionary<string, WireMockList<string>> Headers { get; set; } = new Dictionary<string, WireMockList<string>>();
|
||||
public IDictionary<string, WireMockList<string>>? Headers { get; set; } = new Dictionary<string, WireMockList<string>>();
|
||||
|
||||
/// <inheritdoc cref="IResponseMessage.StatusCode" />
|
||||
public object StatusCode { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user