libgit2

git_transport_smart_proxy_options

Version:

Get a copy of the proxy options

The url is copied and must be freed by the caller.

Signature

int git_transport_smart_proxy_options(git_proxy_options *out, git_transport *transport);

Parameters

In
out

options struct to fill

In
transport

the transport to extract the data from.

Returns

int

Versions