![]() |
![]() |
![]() |
libsoup Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
SoupProxyResolverDefault implements SoupSessionFeature and SoupProxyURIResolver.
SoupProxyResolverDefault is a SoupProxyURIResolver implementation that uses the default gio GProxyResolver to resolve proxies.
If you are using a plain SoupSession (ie, not SoupSessionAsync or
SoupSessionSync), then a SoupProxyResolverDefault will
automatically be added to the session. (You can use
SOUP_SESSION_REMOVE_FEATURE_BY_TYPE
at construct time if you don't
want this.) If you are using one of the deprecated SoupSession
subclasses, you can add a SoupProxyResolverDefault to your session
with soup_session_add_feature()
or
soup_session_add_feature_by_type()
.