Function axum::service::trace[][src]

pub fn trace<S, B>(
    svc: S
) -> OnMethod<BoxResponseBody<S, B>, EmptyRouter<S::Error>> where
    S: Service<Request<B>> + Clone
Expand description

Route TRACE requests to the given service.

See get for an example.