mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 16:44:31 +01:00
* Fix for issue #118 * Adding test cases for fix #118 * Moved the namespace in using block for fix #118
24 lines
421 B
JSON
24 lines
421 B
JSON
{
|
|
"Guid": "00000002-ee28-4f29-ae63-1ac9b0802d87",
|
|
"Priority": 0,
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "ExactMatcher",
|
|
"Pattern": "/response/staticfile"
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"StatusCode": 200,
|
|
"BodyAsFile": "responsebody.json",
|
|
"Headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
} |