Initial support for static mapping files.

This commit is contained in:
Stef Heyenrath
2017-02-10 09:15:33 +01:00
parent e6c951bb37
commit 4d2205dbd5
5 changed files with 71 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
{
"Request": {
"Path": {
"Matchers": [
{
"Name": "WildcardMatcher",
"Pattern": "/static/mapping"
}
]
},
"Methods": [
"get"
]
},
"Response": {
"BodyAsJson": { "body": "static mapping" },
"Headers": {
"Content-Type": "application/json"
}
}
}