mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
remove Deref
This commit is contained in:
@ -83,7 +83,7 @@ impl<S> ClientResponse<S> {
|
||||
}
|
||||
|
||||
#[inline]
|
||||
/// Returns Request's headers.
|
||||
/// Returns request's headers.
|
||||
pub fn headers(&self) -> &HeaderMap {
|
||||
&self.head().headers
|
||||
}
|
||||
|
Reference in New Issue
Block a user