good first issue
Repository metrics
- Stars
- (3,639 stars)
- PR merge metrics
- (Avg merge 7h 25m) (50 merged PRs in 30d)
Description
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-netcrate with feature flags for each backend - Use the new 3.x version of
ureq - Split the
reqwestandureqimplementations in separate files/modules - Use a threadpool to allow for multiple concurrent requests
- Implement the
blitz_net::get_textmethod as well asblitz_net::Provider