Function axum::routing::method_routing::delete_service
source ยท pub fn delete_service<T, S>(svc: T) -> MethodRouter<S, T::Error>
Expand description
Route DELETE
requests to the given service.
See get_service
for an example.