-
An issue we have immediately run into is retries and tracing:
- we'd like to set a global retry policy when building the GitHub client;
- we'd like to have OpenTelemetry-compliant log fields for e…
-
Hi, first of all, it's awesome to see a library inspired by Ruby vcr. Nice work!
When making requests to an API as a client, not a server, the extra complexity of async is often not needed. In fact…
jtran updated
8 months ago
-
Hi, I'm trying to use `uv` with a private `simpleindex` server which will conditionally route requests for different packages to different upstream indices.
One of the upstream indices requir…
-
### Description
I need to rate limit our tendermint-rpc `HttpClient` to not DOS our cometbft node. Unfortunately, `tendermint_rpc::client::http::Builder` and `tendermint_rpc::client::http::HttpClie…
-
I'm happy to put up a patch for this, but thought it should be discussed first.
The problem to be solved is getting visibility into HTTP requests made by the azure SDK.
The obvious thing to do i…
-
**Describe the bug**
The bug occurs when S3 signatures are used in combination with HTTP/2. This (IIRC) is currently not possible with AWS S3, but some other vendors or custom implementation may run …
-
## Motivations
In Jaeger, we can look up on spans of services that depend on another services like this.
![image](https://github.com/TrueLayer/reqwest-middleware/assets/29559559/421e7d67-85ee-4d81…
-
I would like to create and modify a `Request` object independently from a `Client`.
Actually, the API kind of enforce the creation of a `RequestBuilder` through a `Client` instance.
Is there any r…
-
It would be very handy to be able to create a reqwest client that could only make "read" requests (e.g., `GET` or `HEAD`). I imagine we could use [Method::is_safe()](https://docs.rs/reqwest/latest/re…
-
It is important to convert request/response to other type for caching. Can someone implement `impl From` for WASM (I saw the PR #1920 and want something similar like this)
About bounty:
I am offer…