mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-21 21:25:36 +02:00
drop request's extract_xxx methods
This commit is contained in:
@@ -155,14 +155,6 @@ impl Reply {
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) fn into_future(self) -> Box<Future<Item=HttpResponse, Error=Error>> {
|
||||
match self.0 {
|
||||
ReplyItem::Future(fut) => fut,
|
||||
_ => panic!(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Responder for Reply {
|
||||
|
Reference in New Issue
Block a user