Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ExtendHttpResponseHeaderAction

An object that represents the action of adding a header field to a response. If the header with specified value already exists, nothing will be added. If the header exists with different value, additional header name:value pair will be added. Comma separated header values are not considered individually (instead as a single value) when adding a new header field.

Properties

Const action

action: string = "EXTEND_HTTP_RESPONSE_HEADER"

header

header: string

A header field name that conforms to RFC 7230.

Example: {@code example_header_name}

value

value: string

A header field value that conforms to RFC 7230.

Example: {@code example_value}

Methods

getDeserializedJsonObj

getJsonObj