pub fn delete<T, H, I, D, S>(handler: H) -> MethodRouter<S, Infallible>
Expand description
Route delete
requests to the given handler. See axum::routing::delete
for more details.
pub fn delete<T, H, I, D, S>(handler: H) -> MethodRouter<S, Infallible>
Route delete
requests to the given handler. See axum::routing::delete
for more details.