workflow.v1alpha1.http
Index
fn withBody(body)
fn withHeaders(headers)
fn withHeadersMixin(headers)
fn withMethod(method)
fn withTimeoutSeconds(timeoutSeconds)
fn withUrl(url)
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 withMethod
withMethod(method)
"Method is HTTP methods for HTTP Request"
fn withTimeoutSeconds
withTimeoutSeconds(timeoutSeconds)
"TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds"
fn withUrl
withUrl(url)
"URL of the HTTP Request"