Function trace

pub fn trace<T>(uri: T) -> RequestBuilder<WithoutBody>
where Uri: TryFrom<T>, <Uri as TryFrom<T>>::Error: Into<Error>,
Available on crate feature dep_ureq only.
Expand description

Make a TRACE request.

Run on a use-once Agent.