1
0
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:
Rob Ede
2021-12-25 02:23:22 +00:00
parent d2590fd46c
commit 3756dfc2ce
7 changed files with 203 additions and 207 deletions

View File

@@ -12,8 +12,9 @@ use actix_http::{
};
use crate::{
client::ClientConfig,
sender::{RequestSender, SendClientRequest},
BoxError, ClientConfig,
BoxError,
};
/// `FrozenClientRequest` struct represents cloneable client request.