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