git_remote_connect_options

Remote creation options structure

Initialize with GIT_REMOTE_CREATE_OPTIONS_INIT. Alternatively, you can use git_remote_create_options_init.

Members

Variables

callbacks
.git_remote_callbacks callbacks;

Callbacks to use for this connection

custom_headers
libgit2.strarray.git_strarray custom_headers;

Extra HTTP headers to use in this connection

follow_redirects
.git_remote_redirect_t follow_redirects;

Whether to allow off-site redirects. If this is not specified, the http.followRedirects configuration setting will be consulted.

proxy_opts
libgit2.proxy.git_proxy_options proxy_opts;

HTTP Proxy settings

version_
uint version_;
Undocumented in source.

Meta