headers[*]

On this page

Description:

A single HTTP header name-value pair.

Appears in:
└── headers
    └── [*]
        └── headers
            └── [*]
Type:
Object
Properties:
namestring Required#

The name of the HTTP header to set.

Appears in: headers[*].

valuestring Required#

The value of the HTTP header.

Appears in: headers[*].

Examples:
Open in a new tab