pub fn delete<H, T, S>(handler: H) -> MethodRouter<S>where H: Handler<T, S>, T: 'static, S: Clone + Send + Sync + 'static,
Route DELETE requests to the given handler.
DELETE
See get for an example.
get