Module git_transport::client[][src]

Expand description

Modules

Structs

A structure to represent multiple capabilities or features supported by the server.

Enums

The error used in most methods of the client module

An identity for use when authenticating the transport layer.

The kind of packet line to write when transforming a [RequestWriter][crate::client::RequestWriter] into an [ExtendedBufRead][crate::client::ExtendedBufRead].

Configure how the [RequestWriter][crate::client::RequestWriter] behaves when writing bytes.

Traits

This trait represents all transport related functions that don’t require any input/output to be done which helps implementation to share more code across blocking and async programs.