Tienisto / rhttp

Make HTTP requests using Rust from Flutter.
https://pub.dev/packages/rhttp
MIT License
69 stars 6 forks source link

RhttpClient.createSync does not work with HTTP/3 #10

Open Tienisto opened 4 weeks ago

Tienisto commented 4 weeks ago

It seems that it needs an async context during initialization of the client.

RhttpError.rhttpUnknownError(field0: reqwest::Error { kind: Builder, source: Custom { kind: Other, error: "no async runtime found" } })