route Rules
Parameters
value
The routeRules to match against. routeRules support advanced routing behaviour, and can match on paths, headers and query parameters, as well as status codes and HTTP methods. Structure is documented below.
Parameters
values
The routeRules to match against. routeRules support advanced routing behaviour, and can match on paths, headers and query parameters, as well as status codes and HTTP methods. Structure is documented below.
suspend fun routeRules(argument: List<suspend EdgeCacheServiceRoutingPathMatcherRouteRuleArgsBuilder.() -> Unit>)
suspend fun routeRules(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleArgsBuilder.() -> Unit)
suspend fun routeRules(argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleArgsBuilder.() -> Unit)
Parameters
argument
The routeRules to match against. routeRules support advanced routing behaviour, and can match on paths, headers and query parameters, as well as status codes and HTTP methods. Structure is documented below.