-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Usman Shahid edited this page Feb 13, 2019
·
4 revisions
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.
- To read up on direct execution, open up Basic Usage
- To read up on job management, open up Jobs, Saved Jobs, and Job Queue
Basic Usage -> Jobs -> Saved Jobs -> Job Queue