route Action
Parameters
value
In response to a matching path, the routeAction performs advanced routing actions like URL rewrites, header transformations, etc. prior to forwarding the request to the selected origin. Structure is documented below.
suspend fun routeAction(argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionArgsBuilder.() -> Unit)
Parameters
argument
In response to a matching path, the routeAction performs advanced routing actions like URL rewrites, header transformations, etc. prior to forwarding the request to the selected origin. Structure is documented below.