hosts property

List<String>? hosts
getter/setter pair

List of host names to match.

Matched against HOST header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.*") or a suffix match (example // .myorg.com") or a presence(any) match "".

Required.

Implementation

core.List<core.String>? hosts;