Updated README, add http probe for slim

This commit is contained in:
Mike Conrad
2024-10-23 11:09:31 -04:00
parent cc4a321837
commit 0c42ca2b57
3 changed files with 68 additions and 0 deletions

11
http-probe.json Normal file
View File

@ -0,0 +1,11 @@
{
"commands": [
{
"protocol": "http",
"method": "POST",
"resource": "/api/convert",
"body": "{\"firstname\":\"John\",\"lastname\":\"Doe\"}",
"headers": ["content-type: application/json"]
}
]
}