mirror of
https://github.com/actix/actix-web.git
synced 2025-03-13 23:02:39 +00:00
remove more response containts
This commit is contained in:
parent
60a8da5c05
commit
2f89b12f4f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl Response<Body> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<B: MessageBody> Response<B> {
|
||||
impl<B> Response<B> {
|
||||
#[inline]
|
||||
/// Http message part of the response
|
||||
pub fn head(&self) -> &ResponseHead {
|
||||
|
|
Loading…
Reference in a new issue