mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-30 16:40:21 +02:00
Add Client::request_from
This commit is contained in:
@@ -56,7 +56,7 @@ const HTTPS_ENCODING: &str = "gzip, deflate";
|
||||
/// }
|
||||
/// ```
|
||||
pub struct ClientRequest {
|
||||
head: RequestHead,
|
||||
pub(crate) head: RequestHead,
|
||||
err: Option<HttpError>,
|
||||
#[cfg(feature = "cookies")]
|
||||
cookies: Option<CookieJar>,
|
||||
|
Reference in New Issue
Block a user