This commit is contained in:
Martin Algesten
2018-07-01 11:02:17 +02:00
parent a14e75fcbc
commit 2d2daf58ba
6 changed files with 112 additions and 26 deletions

View File

@@ -445,11 +445,6 @@ impl Request {
self
}
/// Returns the method.
pub fn method(&self) -> &str {
&self.method
}
// pub fn retry(&self, times: u16) -> Request {
// unimplemented!()
// }