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