mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-30 16:40:21 +02:00
remove more response containts
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user