mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/static/mapping",
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get",
|
|
"post"
|
|
]
|
|
},
|
|
"Response": {
|
|
"BodyAsJson": { "body": "static mapping" },
|
|
"Headers": {
|
|
"Content-Type": "application/json",
|
|
"Test-X": [ "test 1", "test 2" ]
|
|
}
|
|
}
|
|
} |