finished client refactor, client2 -> client
This commit is contained in:
parent
05f609e247
commit
8548bc81e9
39 changed files with 1484 additions and 11468 deletions
|
|
@ -6,7 +6,7 @@ use futures::stream::{self, StreamExt};
|
|||
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
|
||||
use reqwest::{Client, ClientBuilder};
|
||||
use rustypipe::{
|
||||
client2::{ClientType, RustyPipe},
|
||||
client::{ClientType, RustyPipe},
|
||||
model::stream_filter::Filter,
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue