Module gix_protocol::handshake::refs
source · Available on crate features
blocking-client
or async-client
only.Expand description
Modules§
Functions§
- from_
v1_ refs_ received_ as_ part_ of_ handshake_ and_ capabilities blocking-client
Parse refs from the return stream of the handshake as well as the server capabilities, also received as part of the handshake. Together they form a complete set of refs. - from_
v2_ refs blocking-client
Parse refs from the given input line by line. Protocol V2 is required for this to succeed.