- Clone this repo
- Run httpsh
cargo runcurl http://localhost:8000/pingcurl -H "Content-Type: application/json" -X POST -d '{"name": "ls"}' http://localhost:8000/cmd/execcurl -H "Content-Type: application/json" -X POST -d '{"name": "ls", "args": ["-l", "-a"]}' http://localhost:8000/cmd/exec