mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-30 08:38:16 +02:00
move client to own module
This commit is contained in:
@@ -12,8 +12,9 @@ use actix_http::{
|
||||
};
|
||||
|
||||
use crate::{
|
||||
client::ClientConfig,
|
||||
sender::{RequestSender, SendClientRequest},
|
||||
BoxError, ClientConfig,
|
||||
BoxError,
|
||||
};
|
||||
|
||||
/// `FrozenClientRequest` struct represents cloneable client request.
|
||||
|
Reference in New Issue
Block a user