noProxy property

List<String>? noProxy
getter/setter pair

A list of IPs, hostnames, and domains that should skip the proxy.

Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].

Implementation

core.List<core.String>? noProxy;