Top |
Implemented Interfaces
SoupProxyResolverDefault implements SoupSessionFeature and SoupProxyURIResolver.
Description
SoupProxyResolverDefault is a SoupProxyURIResolver implementation that uses the default gio GProxyResolver to resolve proxies.
In libsoup 2.44 and later, you can set the session's
“proxy-resolver” property to the resolver returned by
g_proxy_resolver_get_default()
to get the same effect. Note that
for "plain" SoupSessions (ie, not SoupSessionAsync or
SoupSessionSync), this is done for you automatically.