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: Protocol
Use version
to set the desired protocol version to use when connecting, but note that the server may downgrade it.
ssh: Options
Options to use if the scheme of the URL is ssh
.