This commit is contained in:
Stef Heyenrath
2020-11-28 10:03:55 +00:00
committed by GitHub
parent d1afba5058
commit 37d81aabad
15 changed files with 218 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
{
"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" ]
}
}
}