mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
* Add property UseHttp2 to WireMockServerArguments * . * additionalUrls * ok? * WireMockServerArguments * fx * AddProtoDefinition * ... * FIX * Always add the lifecycle hook to support dynamic mappings and proto definitions
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"Guid": "873d495f-940e-4b86-a1f4-4f0fc7be8b8b",
|
|
"Request": {
|
|
"Path": "/weatherforecast",
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"BodyAsJson": [
|
|
{
|
|
"date": "2024-05-24",
|
|
"temperatureC": -17,
|
|
"summary": "WireMock.Net 1 : Balmy"
|
|
},
|
|
{
|
|
"date": "2024-05-25",
|
|
"temperatureC": -13,
|
|
"summary": "WireMock.Net 1 : Mild"
|
|
},
|
|
{
|
|
"date": "2024-05-26",
|
|
"temperatureC": 31,
|
|
"summary": "WireMock.Net 1 : Bracing"
|
|
},
|
|
{
|
|
"date": "2024-05-27",
|
|
"temperatureC": 6,
|
|
"summary": "WireMock.Net 1 : Hot"
|
|
},
|
|
{
|
|
"date": "2024-05-28",
|
|
"temperatureC": -2,
|
|
"summary": "WireMock.Net 1 : Mild"
|
|
}
|
|
],
|
|
"Headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
} |