kopia lustrzana https://github.com/micropython/micropython-lib
![]() E.g. "HTTP/1.1 500". RFC7230 seems to formally require at least a space after the numeric code, but it was reported that some software sends lines like above nonetheless. Ref: https://github.com/micropython/micropython-lib/issues/247 |
||
---|---|---|
.. | ||
README | ||
example.py | ||
metadata.txt | ||
setup.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.