rewrites property

List<Rewrite>? rewrites
getter/setter pair

An array of objects (called rewrite rules), where each rule specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond as if the service were given the specified destination URL.

Implementation

core.List<Rewrite>? rewrites;