Struct tower_http::trace::DefaultMakeSpan
source · [−]pub struct DefaultMakeSpan { /* private fields */ }This is supported on crate feature
trace only.Implementations
Set the Level used for the tracing span.
Defaults to Level::DEBUG.
Include request headers on the Span.
By default headers are not included.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DefaultMakeSpan
impl Send for DefaultMakeSpan
impl Sync for DefaultMakeSpan
impl Unpin for DefaultMakeSpan
impl UnwindSafe for DefaultMakeSpan
Blanket Implementations
Mutably borrows from an owned value. Read more
This is supported on crate feature
follow-redirect only.Create a new Policy that returns Action::Follow only if self and other return
Action::Follow. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more