0.1.2 • Published 7 years ago

explorer-cli-http v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

explorer-cli-http

HTTP run type for explorer-cli

Allows explorer-cli to make HTTP requests.

Example

{
    "runType": "http",
    "url": "https://api.github.com/",
    "headers": {
        "User-Agent": "request"
    },
    "json": true
}

Keys

This is a wrapper around the Request HTTP library. So any keys that are valid in a Request options object can be used.

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago