webkit.network_proxy_settings

Module for [NetworkProxySettings] class

Types 1

Configures network proxies.

WebKitNetworkProxySettings can be used to provide a custom proxy configuration to a #WebKitWebContext. You need to call webkit_web_context_set_network_proxy_settings() with webkit.types.NetworkProxyMode.Custom and a WebKitNetworkProxySettings.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
NetworkProxySettings self() nothrowReturns `this`, for use in `with` statements.
void addProxyForScheme(string scheme, string proxyUri) nothrowAdds a URI-scheme-specific proxy.
webkit.network_proxy_settings.NetworkProxySettings copy() nothrowMake a copy of the #WebKitNetworkProxySettings. Returns: A copy of passed in #WebKitNetworkProxySettings
Constructors
this(void * ptr, Flag!"Take" take)
this(string defaultProxyUri = null, string[] ignoreHosts = null)Create a new #WebKitNetworkProxySettings with the given default_proxy_uri and ignore_hosts.