You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The motivation for this is primarily as a binary size optimisation for apps that want networking but do not need 100s of connections and do not otherwise need tokio or an async executor in their stack.
The implementation should:
Be part of the existing blitz-net crate with feature flags for each backend
Use the new 3.x version of ureq
Split the reqwest and ureq implementations in separate files/modules
Use a threadpool to allow for multiple concurrent requests
Implement the blitz_net::get_text method as well as blitz_net::Provider
The text was updated successfully, but these errors were encountered:
The motivation for this is primarily as a binary size optimisation for apps that want networking but do not need 100s of connections and do not otherwise need
tokio
or an async executor in their stack.The implementation should:
blitz-net
crate with feature flags for each backendureq
reqwest
andureq
implementations in separate files/modulesblitz_net::get_text
method as well asblitz_net::Provider
The text was updated successfully, but these errors were encountered: