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