workflow.v1alpha1.http
Index
fn withBody(body)
fn withHeaders(headers)
fn withHeadersMixin(headers)
fn withInsecureSkipVerify(insecureSkipVerify)
fn withMethod(method)
fn withSuccessCondition(successCondition)
fn withTimeoutSeconds(timeoutSeconds)
fn withUrl(url)
obj bodyFrom
Fields
fn withBody
withBody(body)
"Body is content of the HTTP Request"
fn withHeaders
withHeaders(headers)
"Headers are an optional list of headers to send with HTTP requests"
fn withHeadersMixin
withHeadersMixin(headers)
"Headers are an optional list of headers to send with HTTP requests"
Note: This function appends passed data to existing values
fn withInsecureSkipVerify
withInsecureSkipVerify(insecureSkipVerify)
"InsecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client"
fn withMethod
withMethod(method)
"Method is HTTP methods for HTTP Request"
fn withSuccessCondition
withSuccessCondition(successCondition)
"SuccessCondition is an expression if evaluated to true is considered successful"
fn withTimeoutSeconds
withTimeoutSeconds(timeoutSeconds)
"TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds"
fn withUrl
withUrl(url)
"URL of the HTTP Request"
obj bodyFrom
"HTTPBodySource contains the source of the HTTP body."
fn bodyFrom.withBytes
withBytes(bytes)