pub trait SimpleProxyResolverExtManual: 'static {
    // Required method
    fn set_ignore_hosts(&self, ignore_hosts: &[&str]);
}

Required Methods§

source

fn set_ignore_hosts(&self, ignore_hosts: &[&str])

Sets the list of ignored hosts.

See property::SimpleProxyResolver::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

Implementors§