github-devtools-2022/HTTP Request Action

Create any HTTP Request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
urlRequest URLyes
methodRequest MethodnoPOST
contentTypeContent Typeno
dataRequest Body as JSON Stringno{}
filesMap of absolute file paths as JSON Stringno{}
fileA single absolute file pathno
usernameAuth Usernameno
passwordAuth Passwordno
timeoutRequest Timeout in Secno5000
bearerTokenBearer Authentication Tokenno
customHeadersCustom HTTP Headersno
preventFailureOnNoResponsePrevent this Action to fail if the request respond without an responseno
ignoreStatusCodesPrevent this Action to fail if the request respond with one of the configured StatusCodesno
escapeDataEscape newlines in data string contentno
httpsCACertificate authority as string in PEM formatno
httpsCertClient Certificate as stringno
httpsKeyClient Certificate Key as stringno
responseFilePersist the response data to the specified file pathno
retryoptional amount of retries if the request failsno
retryWaitwait time between retries in millisecondsno
namedescription
responseHTTP Response Content
headersHTTP Response Headers