Files
interfake/examples-command-line/ranged-delay.json
2014-03-27 22:13:35 +01:00

20 lines
260 B
JSON

[
{
"request": {
"url": "/whattimeisit",
"method": "get"
},
"response": {
"code": 200,
"delay": "200..3000",
"body": {
"theTime": "Adventure Time!",
"starring": [
"Finn",
"Jake"
],
"location": "ooo"
}
}
}
]