dispatch Rules
Parameters
value
Rules to match an HTTP request and dispatch that request to a service. Structure is documented below.
Parameters
values
Rules to match an HTTP request and dispatch that request to a service. Structure is documented below.
suspend fun dispatchRules(argument: List<suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit>)
suspend fun dispatchRules(vararg argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)
suspend fun dispatchRules(argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)
Parameters
argument
Rules to match an HTTP request and dispatch that request to a service. Structure is documented below.