ProxyType
Description:
[ CCode ( cprefix = "GGIT_PROXY_" , type_id = "ggit_proxy_type_get_type ()" ) ]
public enum ProxyType
The type of proxy to use.
Content:
Enum values:
- AUTO - Try to auto-detect the proxy from the
git configuration.
- NONE - Do not attempt to connect through a
proxy.
- SPECIFIED - Connect via the URL given in
the options.