You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Implies `http-client`, and adds support for the http and https transports using the Rust bindings for `libcurl`.
26
+
http-client-curl = ["curl", "http-client"]
25
27
## If set, an async implementations of the git transports becomes available in `crate::client`.
26
28
## Suitable for implementing your own transports while using git's way of communication, typically in conjunction with a custom server.
27
29
## **Note** that the _blocking_ client has a wide range of available transports, with the _async_ version of it supporting only the TCP based `git` transport leaving you
0 commit comments