uAgents icon indicating copy to clipboard operation
uAgents copied to clipboard

Refactor requests to aiohttp

Open Archento opened this issue 8 months ago • 0 comments
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

Archento avatar Mar 17 '25 09:03 Archento