http
Description
RequestSource code
TODO
Options
url
stringURL is HTTP URL to request.
method
stringMethod 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
stringCodec is the name of the codec to use for decoing.
codecArgs
any[]Args are the arguments to pass to the decode function.