We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2e67b commit 53161a1Copy full SHA for 53161a1
examples/http/README.md
@@ -35,7 +35,7 @@ curl "http://localhost:8000/compute?input=say_hello(\"Monic\")&timeout=5.0"
35
- URL: `/compute`
36
- Request Body (JSON):
37
38
- ```json
+ ```jsonc
39
{
40
"input": "string", // Required: Expression to compute
41
"timeout": float // Optional: Timeout for computation (default: 10.0)
0 commit comments