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