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