Skip to main content

http

Description

RequestSource code

TODO

Options

url

url *string

URL is HTTP URL to request.

method

method *string

Method is the HTTP method.

body

bodystring (Data expression)

Body is the data to sent as the body payload.

headers

headersstring (Data expression)

Metadata is the input binding metadata.

output

outputstring (Data expression)

Output is an optional transformation to be applied to the response.

codec

codec *string

Codec is the name of the codec to use for decoing.

codecArgs

codecArgsany[]

Args are the arguments to pass to the decode function.