Function axum::routing::method_routing::trace
source ยท pub fn trace<H, T, S, B>(handler: H) -> MethodRouter<S, B, Infallible>
Expand description
Route TRACE
requests to the given handler.
See get
for an example.