Docs.rs
opentelemetry-http-0.10.0
opentelemetry-http 0.10.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cijothomas
github:open-telemetry:rust-publishers
Dependencies
async-trait ^0.1
normal
bytes ^1
normal
http ^0.2
normal
hyper ^0.14
normal
isahc ^1.4
normal
opentelemetry ^0.21
normal
reqwest ^0.11
normal
surf ^2.0
normal
tokio ^1.0
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
opentelemetry_http
0.10.0
All Items
Re-exports
Structs
Traits
Type Aliases
?
Crate
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