mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 18:01:47 +01:00
* #23 * #23 "Newtonsoft.Json" Version="10.0.2" * owin * AspNetCore * Fix appveyor build * fix start/stop in untitests
21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/static/mapping"
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"BodyAsJson": { "body": "static mapping" },
|
|
"Headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
} |