mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-24 22:37:35 +02:00
refactor RequestHead/ResponseHead
This commit is contained in:
@ -19,7 +19,7 @@ use actix_http::http::{
|
||||
uri, ConnectionType, Error as HttpError, HeaderName, HeaderValue, HttpTryFrom,
|
||||
Method, Uri, Version,
|
||||
};
|
||||
use actix_http::{Error, Head, Payload, RequestHead};
|
||||
use actix_http::{Error, Payload, RequestHead};
|
||||
|
||||
use crate::response::ClientResponse;
|
||||
use crate::{Connect, PayloadError};
|
||||
|
Reference in New Issue
Block a user