HttpClient.matchProxyIgnore

Returns true if the given no_proxy rule matches the uri.

Invalid IP ranges are silently ignored and return false.

See proxyIgnore.

class HttpClient
static nothrow
bool
matchProxyIgnore
(
scope const(char)[] rule
,
scope const Uri uri
)

Meta