MicroWebSrv
MicroWebSrv copied to clipboard
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Any guide on how to serve static files directly from a LittleFS partition like with ESPAsyncWebServer ?
What could possibly cause this error?
When Stop is called from a route handler in un-threaded mode, Start() never terminates. An important thing to note is that I'm running the module on ESP8266 (precompiled using the...
Have tried some different approaches to server-sent-events but haven't been able to get them to work with your server. Is it possible or am I wasting my time trying?
The unqoting of + in the querystring seems to have been missing. I think this PR will fix that.
If the request has the `Accept-Encoding` header, will look for files in webPath that are pre-compressed with the specified encoding(s) before falling back to the file without any compression. Sets...
Is it possible to add a RouteHandler during runtime? Thank you Nils
During development every time I download a new version, I got the following trace: Traceback (most recent call last): File "", line 1, in File "", line 34, in File...
Maintainer:- 1. do one or more of the pull requests (to prove this project is active) 2. close this issue.
Hello, I encountered a ‘MemoryError:' problem while deploying this project on ESP8266,which I guess is due to insufficient memory, is this the reason? Or no ESP8266 support at all SRAM...