Class SetHeaderAction (1.20.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
Optional. The header key to set in the request to the backend server.
value str
Optional. The header value to set in the request to the backend server.