Module transport

Source
Expand description

Interfaces for adding custom transports to libgit2

Structs§

Transport
A transport is a structure which knows how to transfer data to and from a remote.

Enums§

Service
Actions that a smart transport can ask a subtransport to perform

Traits§

SmartSubtransport
Interface used by smart transports.
SmartSubtransportStream
An instance of a stream over which a smart transport will communicate with a remote.

Functions§

register
Add a custom transport definition, to be used in addition to the built-in set of transports that come with libgit2.