Expand description
Modules§
- connect
async-network-client
orblocking-network-client
- ref_map
async-network-client
orblocking-network-client
Structs§
- Connection
async-network-client
orblocking-network-client
A type to represent an ongoing connection to a remote host, typically with the connection already established.
Enums§
- The direction of an operation carried out (or to be carried out) through a remote.
- The name of a remote, either interpreted as symbol like
origin
or as url as returned byRemote::name()
.
Type Aliases§
- Authenticate
Fn async-network-client
orblocking-network-client
A function that performs a given credential action, trying to obtain credentials for an operation that needs it. - A type-definition for a sorted list of unvalidated remote names - they have been read straight from the configuration.