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