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.
- Host: GitHub
- URL: https://github.com/mpl/httprunner
- Owner: mpl
- License: apache-2.0
- Created: 2016-07-25T00:00:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T23:16:58.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T10:28:17.850Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.