a!httpHeader() 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.

Function

a!httpHeader( name, value )

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

Parameters

Keyword Type Description

name

Text

The header name.

value

Any Type

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

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK