QUERY · ISSUE
aiohttp newer version
enhancementproposed-close
This is how I install the aiohttp library on ESP32 C3 super mini:
import mip
mip.install('aiohttp')
Unfortunately, this installs a very old version: 0.0.6.
Is there any way to get a newer version?
CANDIDATE · ISSUE
Merging uaiohttpclient
I looked thru my repos and saw https://github.com/pfalcon/micropython-uaiohttpclient which I almost forgot about. So, I propose to merge it into micropython-lib. It's also the easiest way to achieve its installability on esp8266 (gzip-4k packing).
@dpgeorge ^
I saw there is a asyncio version of requests https://github.com/rdbhost/yieldfromRequests, and it would be nice to support/promote a consistent set of libraries, eg both requests and it's yield-from version. OTOH, aiohttp looks better maintained than yieldfromRequests, and has more github stars, so perhaps aiohttp is the one we should use.
Imported.