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§
- Smart
Subtransport - Interface used by smart transports.
- Smart
Subtransport Stream - 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.