Skip to content
Usman Shahid edited this page Feb 13, 2019 · 4 revisions

Welcome to the shhttp wiki!

shhttp is a utility written in golang that exposes itself as an HTTP API. The API accepts commands and scripts, executes them on the machine the shhttp is running on and returns the results in the response of the request. The API also provides the capability of running these commands and scripts as jobs. The jobs are run independently of the request and their status can be queried through the API.

Clone this wiki locally