urlRedirect property

HttpRedirectAction? urlRedirect
getter/setter pair

When this rule is matched, the request is redirected to a URL specified by urlRedirect.

If urlRedirect is specified, service or routeAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.

Implementation

HttpRedirectAction? urlRedirect;