Module gix_protocol::fetch
source · Available on crate features
blocking-client or async-client only.Expand description
Re-exports§
pub use delegate::Delegate;async-clientorblocking-clientpub use delegate::Action;pub use delegate::DelegateBlocking;pub use response::Response;
Modules§
Structs§
- The arguments passed to a server command.
Enums§
- The error used in
fetch().
Functions§
- Perform a handshake with the server on the other side of
transport, withauthenticatebeing used if authentication turns out to be required.extra_parametersare the parameters(name, optional value)to add to the handshake, each time it is performed in case authentication is required.progressis used to inform about what’s currently happening.