1
Fork 0
hare-playground/backend/request.hurl

13 lines
260 B
Plaintext
Raw Normal View History

2024-05-24 21:52:52 +00:00
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"
}
}
```