Files
WireMock.Net/examples/WireMock.Net.ConsoleApplication/__admin/mappings/11111110-a633-40e8-a244-5cb80bc0ab66.json
2017-02-10 09:15:33 +01:00

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"
}
}
}