pub const HTTP_STACK_TARGETS: &[&str];Expand description
Targets whose TRACE-level events are suppressed wholesale.
Prefix-matched against Metadata::target(). Each entry covers the crate
root and its child modules (e.g. "reqwest" matches
reqwest::connect, reqwest::async_impl::client, …).
Ordered roughly by likelihood; the linear scan is cheap.