microdot
microdot copied to clipboard
The impossibly small web framework for Python and MicroPython.
Hello! Congratulations for the great project. I would like to know if you have intention to support secure WebSocket (use SSL over WebSocket) on the Microdot. Thank you.
I am attempting to use Microdot with Micropython v1.19.1-88-g74e33e714 on a Raspberry Pi Pico W. When I attempt to import a class from the microdot.py file (from microdot import Microdot)...
Hi - I wonder if you can shed some light on an issue I've found. I have Microdot running on a W5100S-EVB-Pico which is a RP2040 with built-in Ethernet. Here's...
https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications#creating_a_websocket_object https://github.com/aaugustin/websockets/blob/main/src/websockets/headers.py#L441 `new WebSocket('ws://' + location.host + '/ws',['tty'])` cause microdot websocket close. And got 1006 error in javascript.
Hi there! I'm using the second form of the [error handler decorator](https://microdot.readthedocs.io/en/latest/intro.html#error-handlers) to process some custom exceptions. The error handler only works when the class of exception thrown is exactly...
Hi, this PR adds links to the source code in the documentation. I think this is convenient for jumping to the source code implementation. What do you think?
Thanks @miguelgrinberg for this fantastic library. I have lost count of how many times I have recommended it in the MicroPython forums and Discord! The MicroPython project has recently implemented...
``` >>> import microdot Traceback (most recent call last): File "", line 1, in File "microdot.py", line 25 SyntaxError: invalid syntax ``` upip install to /Lib/src ,so I directly save...
- [x] Basic auth - [x] Token auth - [x] Login auth - [x] Remember me cookie - [x] Examples - [x] Tests - [ ] Documentation