HTTP Header Builder

Description

Assembles an array of HTTP headers in correct format for use in HTTP objects.

This object only works if the Network service is activated. Read more about that here.


App Builder Object


In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Trigger

Trigger

Append HTTP header with name and value to the array of HTTP headers.

2

Name

String

Name of the HTTP header. E.g. ‘Content-Type’

3

Value

String

Value to the name of the HTTP header. E.g. ‘application/json’ for header name ‘Content-Type’

4

Clear

Trigger

Clear all values in HTTP header array


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Headers

Array

Array of HTTP headers in correct format. Every time the object is triggered it will append to the array. On clear a empty array will be output.

 


Properties

Name

Description

Name

Description

Object Name

The name of the object on the canvas.