reqwest-middleware
reqwest-middleware copied to clipboard
Wrapper around reqwest to allow for client middleware chains.
## Bug description In my project, I am using `reqwest-retry` and `reqwest-middleware` to manage retries and timeouts. With `reqwest-retry 0.6.1` and `reqwest-middleware 0.3.3`, timeout errors are correctly detected and I...
First of all, thank you for making this crate! ## Bug description When using `reqwest-tracing` without any of the `opentelemetry` features enabled, the crate still contains quite a bit of...
## Bug description I have a compilation issue with these lines: ```rust use reqwest::header::{HeaderMap, HeaderValue, ACCEPT}; use reqwest::{Client, Response, StatusCode, Url}; use reqwest_middleware::ClientWithMiddleware; use reqwest_tracing::TracingMiddleware; // ... let mut headers...
> `opentelemetry_api` has been merged into the `opentelemetry` crate | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `opentelemetry_api` | | Version...