Represents an HTTP header - a key/value pair of meta-information about a request.

Constructors

Properties

Constructors

Properties

key: string

Key of the HTTP header.

This property can't be edited in read-only mode.

value: string | SecretString

Value of the HTTP header.

This property can't be edited in read-only mode.