Skip to content

Commit

Permalink
A note about the status of the http reqwest backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 9, 2022
1 parent c6a474c commit 4724604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git-transport/src/client/blocking_io/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ use crate::{
#[cfg(feature = "http-client-curl")]
mod curl;

/// The experimental `reqwest` backend.
///
/// It doesn't support any of the shared http options yet, but can be seen as example on how to integrate blocking `http` backends.
/// There is also nothing that would prevent it from becoming a fully-featured HTTP backend except for demand and time.
#[cfg(feature = "http-client-reqwest")]
pub mod reqwest;

Expand Down

0 comments on commit 4724604

Please sign in to comment.