uAgents
uAgents copied to clipboard
Refactor requests to aiohttp
trafficstars
Prerequisites
- [x] I checked the documentation and made sure this feature does not already exist
- [x] I checked the existing issues to make sure this feature has not already been requested
Feature
This is meant to change all blocking web requests to asynchronous/unblocking requests by refactoring the existing requests package usage to aiohttp calls.
aiohttp is "async first" which is equally true for the uagents framework.
Additional Information (Optional)
No response