mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
remove more response containts
This commit is contained in:
parent
60a8da5c05
commit
2f89b12f4f
@ -92,7 +92,7 @@ impl Response<Body> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<B: MessageBody> Response<B> {
|
impl<B> Response<B> {
|
||||||
#[inline]
|
#[inline]
|
||||||
/// Http message part of the response
|
/// Http message part of the response
|
||||||
pub fn head(&self) -> &ResponseHead {
|
pub fn head(&self) -> &ResponseHead {
|
||||||
|
Loading…
Reference in New Issue
Block a user