libgit2

git_smart_subtransport_http

Version:

Create an instance of the http subtransport. This subtransport also supports https. On Win32, this subtransport may be implemented using the WinHTTP library.

Signature

int git_smart_subtransport_http(git_smart_subtransport **out, git_transport *owner, void *param);

Parameters

In
out

The newly created subtransport

In
owner

The smart transport to own this subtransport

void *
In
param

Returns

int

0 or an error code

Versions