Proxy package:gi-gio

A GProxy handles connecting to a remote host via a given type of proxy server. It is implemented by the gio-proxy extension point. The extensions are named after their proxy protocol name. As an example, a SOCKS5 proxy implementation can be retrieved with the name socks5 using the function iOExtensionPointGetExtensionByName. Since: 2.26
Memory-managed wrapper type.
Extension point for proxy functionality. See Extending GIO. Since: 2.26
Extension point for proxy resolving functionality. See Extending GIO.
GProxyResolver provides synchronous and asynchronous network proxy resolution. GProxyResolver is used within SocketClient through the method socketConnectableProxyEnumerate. Implementations of GProxyResolver based on libproxy and GNOME settings can be found in glib-networking. GIO comes with an implementation for use inside Flatpak portals. Since: 2.26
Memory-managed wrapper type.
A InetSocketAddress representing a connection via a proxy server. Since: 2.26
Memory-managed wrapper type.