1
Fork 0
hare-playground/backend/request.hurl
2024-05-24 23:52:52 +02:00

13 lines
260 B
Plaintext

POST http://localhost:8080/v1/exec
content-type: application/json
origin: https://codapi.org
```
{
"sandbox": "hare",
"command": "run",
"files": {
"": "use fmt;\nexport fn main() void = {\nfmt::println(\"hello world\")!;\n};\n"
}
}
```