tyrrrz/Send HTTP Request

Make an HTTP request to a URL

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlURL to send the request toyes
methodHTTP method to useGET
headersHeaders to send with the request (one per line)
bodyBody to send with the request
retry-countNumber of times to retry on unsuccessful requests0
retry-delayDelay between retries in milliseconds1000
fail-on-errorWhether to fail the step if the request was unsuccessfultrue
namedescription
statusStatus code of the response
successWhether the response status code indicates success
headersHeaders returned by the response (formatted as a JSON object)
bodyBody of the response