tinyweb
tinyweb copied to clipboard
Simple and lightweight HTTP async server for micropython
Logging module dropped support for exc. These adjustments use the exception method instead. This relates to #58
Unless I have missed something obvious, the webserver includes the standard micropython logging module and then attempts to call log.exc() instead of log.exception() I have manually patched my server code...
Make sure you are running the latest version of TinyWeb before reporting an issue. **Device and/or platform:** Raspberry Pico **Description of problem:** When I use "save_headers" params in `@app.resource`, it...