a!httpHeader() Function

Creates an HTTP header object which can be passed to an HTTP function.

Note: this function is used only for the HTTP Upload and HTTP Download smart services. Headers for general HTTP requests are managed using integrations.

Syntax

a!httpHeader( name, value)

name (Text): The header name.

value (Any Type): The header value. Either Text or a!scsField().

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK