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