Skip to content

Commit

Permalink
fix: add uclient::Client
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed May 28, 2021
1 parent 323611e commit 7ec95ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/reqwest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use http::Request;
use serde_json::Value;
use std::fs::File;
use std::io::Write;
use uclient::ClientExt;

#[maybe_async::test(
any(feature = "blocking_reqwest", feature = "blocking_reqwest_rustls"),
Expand Down

0 comments on commit 7ec95ef

Please sign in to comment.