mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 15:43:33 +01:00
* Update NuGet pacakges * . * . * 3 * FluentBuilder * 10000 * typo * f * . * net6 * fix build * t * t2 * net6 * . * <PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" /> * . * ... * . * fix
46 lines
815 B
JSON
46 lines
815 B
JSON
[
|
|
{
|
|
"Title": "1",
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/mappings_static_1"
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"BodyAsJson": { "result": "mappings static_1" },
|
|
"Headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Title": "2",
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/mappings_static_2"
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"BodyAsJson": { "result": "mappings static_2" },
|
|
"Headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
}
|
|
] |