Crate ts_opentelemetry_http

Source

Re-exports§

pub use bytes::Bytes;
pub use http::Request;
pub use http::Response;

Structs§

HeaderExtractor
HeaderInjector

Traits§

HttpClient
A minimal interface necessary for export spans over HTTP.
ResponseExt
Methods to make working with responses from the HttpClient trait easier.

Type Aliases§

HttpError