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