Function poem::route::trace [−][src]
pub fn trace(ep: impl Endpoint) -> RouteMethod
Expand description
Set a handler to the TRACE
and returns RouteMethod
.
pub fn trace(ep: impl Endpoint) -> RouteMethod
Set a handler to the TRACE
and returns RouteMethod
.