tinyweb
tinyweb copied to clipboard
Simple and lightweight HTTP async server for micropython
Thanks for the great library. Wondering if websockets are possible?
Try to auto-detect mime-type based on filename.
default to preserving content length/type (required virtually anytime they'll be offered). don't fail silently when they're missing. if missing content-length, still can read buffered until `max_body_size`.
convenience methods for get/post
https://github.com/belyalov/tinyweb/blob/33d73c90f005cfd3423affe358cad0f13c37728f/tinyweb/server.py#L689 Board: esp8266, generic nodeMCU dev board Micropython: 1.17 (esp8266 port), with frozen modules tinyweb and logging I'm trying to perform the "shutdown" procedure as per instructions in the reference...
HI, I have this problem on ESP8266 (Wemos D1 Mini) when flash the version 1.3.5, when the upload is completed at restart the binking led start like crazy and the...
**Device and/or platform:** ESP01 1M esp8266 **Description of problem:** No room for user files **Expected:** Remove example files from build in order to free some space ? **Traceback (if applicable):**...
Hi, I'm trying to use this great webserver (very good job!) in my app. Some functions don't work for me, so I test on pure ESP8266. After compiling to .mpy...
Make sure you are running the latest version of TinyWeb before reporting an issue. **Device and/or platform:** - MicroPython, TinyPICO (ESP32) (latest - built from source today) - Built against...