http
Description
RequestSource code
TODO
Options
url
string
URL is HTTP URL to request.
method
string
Method is the HTTP method.
body
string (Data expression)
Body is the data to sent as the body payload.
headers
string (Data expression)
Metadata is the input binding metadata.
output
string (Data expression)
Output is an optional transformation to be applied to the response.
codec
string
Codec is the name of the codec to use for decoing.
codecArgs
any[]
Args are the arguments to pass to the decode function.