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