Struct git_transport::client::connect::Options
source · pub struct Options {
pub version: Protocol,
pub ssh: Options,
}Available on crate feature
blocking-client and (crate features blocking-client or async-client) only.Expand description
Options for connecting to a remote.
Fields§
§version: ProtocolUse version to set the desired protocol version to use when connecting, but note that the server may downgrade it.
ssh: OptionsOptions to use if the scheme of the URL is ssh.