git_smart_subtransport

An implementation of a subtransport which carries data for the smart transport

Members

Variables

action
int function(.git_smart_subtransport_stream** out_, .git_smart_subtransport* transport, const(char)* url, .git_smart_service_t action) action;

Setup a subtransport stream for the requested action.

close
int function(.git_smart_subtransport* transport) close;

Close the subtransport.

free
void function(.git_smart_subtransport* transport) free;

Free the subtransport

Meta