belyalov / tinyweb

Simple and lightweight HTTP async server for micropython
MIT License
239 stars 40 forks source link

Base compatibility with uasyncio v3 #33

Closed metachris closed 3 years ago

metachris commented 3 years ago

uasyncio v3 is shipped with MicroPython 1.13, and contains some differences. This PR makes tinyweb work with both the old and new version, at least basic routes (I haven't tested the restful resource code).

Fixes #30

See also #29

belyalov commented 3 years ago

Thanks for contribution! :)) Really appreciate it! 👍