-
If you use any example in a blank fresh project all i get is errors. Yes you can run the example but only when you are in the project. Try creating a new blank rust projekt, then add for example the c…
-
Hello, and thanks for an awesome crate!
I'm interested in replacing the use of `reqwest` with [`ehttp`](https://crates.io/crates/ehttp).
The advantage is _a lot less dependencies_. `reqwest` bri…
emilk updated
3 weeks ago
-
```command
🦐/c/t/otel_rust (main) [2]> uvx reqwest-py
error: Failed to prepare distributions
Caused by: Failed to download and build `reqwest-py==0.1.0`
Caused by: Build backend failed to buil…
-
We've been working on `resolvo-rpm`: https://github.com/prefix-dev/resolvo-rpm
And wrote our own little `reqwest` integration (super bare-bones).
It would be nice if we could fetch the repodata …
-
Perhaps through a `reqwest` feature gate which is enabled by default, so that we can use the crate's types only.
-
[`eventsource_client`](https://crates.io/crates/eventsource-client) is used by `fuel-core-client` to handle SSE ([server-sent events](https://en.wikipedia.org/wiki/Server-sent_events)). The crate is n…
-
It could be useful to use the reqwest_middleware wrapper, instead of reqwest directly, for adding middlewares to the bridge requests.
See here for details: https://truelayer.com/blog/adding-middlew…
-
### Describe the bug
```
LocalSend 1.16.1 (56)
Error: RhttpError.rhttpUnknownError(field0: reqwest::Error { kind: Builder, source: Custom { kind: Other, error: Error { code: -25262, message: "The…
-
We keep running into problems where one TLS configuration or another breaks (see #244, #328, #330). We then usually have to tell people to try compiling with another compile feature.
The library `r…
-
**Describe the bug**
When I start the Linux appimage version the window wants to render but keeps gray all the time. This was introduced in version 5.x+. The last version 4.12.1 works as expected.
O…