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