Function product_os_router::trace

source ยท
pub fn trace<H, T, S>(handler: H) -> MethodRouter<S>
where H: Handler<T, S>, T: 'static, S: Clone + Send + Sync + 'static,
Expand description

Route TRACE requests to the given handler.

See get for an example.