pub trait SimpleProxyResolverExtManual: Sealed + IsA<SimpleProxyResolver> + 'static {
    // Provided method
    fn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV) { ... }
}

Provided Methods§

source

fn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV)

Sets the list of ignored hosts.

See ignore-hosts for more details on how the ignore_hosts argument is interpreted.

ignore_hosts

None-terminated list of hosts/IP addresses to not use a proxy for

Object Safety§

This trait is not object safe.

Implementors§