Rules Engine Action Response
data class RulesEngineActionResponse(val requestHeaderActions: List<HeaderActionResponse>? = null, val responseHeaderActions: List<HeaderActionResponse>? = null, val routeConfigurationOverride: Either<ForwardingConfigurationResponse, RedirectConfigurationResponse>? = null)
One or more actions that will execute, modifying the request and/or response.
Constructors
Link copied to clipboard
constructor(requestHeaderActions: List<HeaderActionResponse>? = null, responseHeaderActions: List<HeaderActionResponse>? = null, routeConfigurationOverride: Either<ForwardingConfigurationResponse, RedirectConfigurationResponse>? = null)
Properties
Link copied to clipboard
A list of header actions to apply from the request from AFD to the origin.
Link copied to clipboard
A list of header actions to apply from the response from AFD to the client.
Link copied to clipboard
val routeConfigurationOverride: Either<ForwardingConfigurationResponse, RedirectConfigurationResponse>? = null
Override the route configuration.