Function git_transport::client::http::connect
source · pub fn connect(url: &str, desired_version: Protocol) -> Transport<Impl>
Available on crate feature
blocking-client
and crate feature http-client
and (crate features http-client-curl
or http-client-reqwest
) only.Expand description
Connect to the given url
via HTTP/S using the desired_version
of the git
protocol.