RulesEngineAction interface
One or more actions that will execute, modifying the request and/or response.
Properties
request |
A list of header actions to apply from the request from AFD to the origin. |
response |
A list of header actions to apply from the response from AFD to the client. |
route |
Override the route configuration. |
Property Details
requestHeaderActions
A list of header actions to apply from the request from AFD to the origin.
requestHeaderActions?: HeaderAction[]
Property Value
responseHeaderActions
A list of header actions to apply from the response from AFD to the client.
responseHeaderActions?: HeaderAction[]
Property Value
routeConfigurationOverride
Override the route configuration.
routeConfigurationOverride?: RouteConfigurationUnion