Class SetHeaderAction (1.13.0)

SetHeaderAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A set header action sets a header and forwards the request to the backend. This can be used to trigger custom protection implemented on the backend.

Attributes

NameDescription
key str
The header key to set in the request to the backend server.
value str
The header value to set in the request to the backend server.