Function axum::routing::method_routing::delete   
source · pub fn delete<H, T, S, B>(handler: H) -> MethodRouter<S, B, Infallible>Expand description
Route DELETE requests to the given handler.
See get for an example.