kopia lustrzana https://github.com/micropython/micropython-lib
As-written this code is unreachable (return statement two line above), so this change is really just to make the linter happy. Found by Ruff checking F821. Signed-off-by: Angus Gratton <angus@redyak.com.au> |
||
|---|---|---|
| .. | ||
| README | ||
| example.py | ||
| manifest.py | ||
| uaiohttpclient.py | ||
README
uaiohttpclient is an HTTP client module for MicroPython uasyncio module, with API roughly compatible with aiohttp (https://github.com/KeepSafe/aiohttp) module. Note that only client is implemented, for server see picoweb microframework.