An open API service indexing awesome lists of open source software.

https://github.com/mpl/httprunner

HTTP server that runs the specified command, and replies with (some of) the command's output, when the /run endpoint is hit.
https://github.com/mpl/httprunner

Last synced: over 1 year ago
JSON representation

HTTP server that runs the specified command, and replies with (some of) the command's output, when the /run endpoint is hit.

Awesome Lists containing this project

README

          

# httprunner

HTTP server that runs the specified command, and replies with (some of) the command's output.

Endpoints:

* /run - Starts the command.
* /ls - Lists all the running children.
* /kill - Kills all the previously created children.
* /die - Same as above and then suicides.