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