defaultUrlRedirect property

HttpRedirectAction? defaultUrlRedirect
getter/setter pair

When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.

If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.

Implementation

HttpRedirectAction? defaultUrlRedirect;