micropython-lib/python-ecosys/aiohttp/examples
Carlosgg 7cdf708815 aiohttp: Add new aiohttp package.
Implement `aiohttp` with `ClientSession`, websockets and `SSLContext`
support.

Only client is implemented and API is mostly compatible with CPython
`aiohttp`.

Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
2023-12-20 16:26:04 +11:00
..
client.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00
compression.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00
get.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00
headers.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00
methods.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00
params.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00
ws.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00
ws_repl_echo.py aiohttp: Add new aiohttp package. 2023-12-20 16:26:04 +11:00