Skip to content

Commit

Permalink
Lost a change
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jul 18, 2024
1 parent 8171a93 commit 9fc7d8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/httpclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
//!
//! ```rust
//! use rnk::httpclient;
//! use rnk::data::renku_url::RenkuUrl;
//!
//! let client = httpclient::Client::new(
//! "https://renkulab.io",
//! RenkuUrl::parse("https://renkulab.io").unwrap(),
//! httpclient::proxy::ProxySetting::System,
//! None,
//! false
Expand Down

0 comments on commit 9fc7d8d

Please sign in to comment.