1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00:00

remove more response containts

This commit is contained in:
Nikolay Kim 2019-02-20 21:05:37 -08:00
parent 60a8da5c05
commit 2f89b12f4f

View file

@ -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 {