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