Updated README, add http probe for slim
This commit is contained in:
11
http-probe.json
Normal file
11
http-probe.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"commands": [
|
||||
{
|
||||
"protocol": "http",
|
||||
"method": "POST",
|
||||
"resource": "/api/convert",
|
||||
"body": "{\"firstname\":\"John\",\"lastname\":\"Doe\"}",
|
||||
"headers": ["content-type: application/json"]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user