adafruit / Adafruit_CircuitPython_HTTPServer

Simple HTTP Server for CircuitPython
MIT License
46 stars 30 forks source link

Server headers, FormData, some docs improvements and fix for bug in ChunkedResponse #58

Closed michalpokusa closed 1 year ago

michalpokusa commented 1 year ago

PR does not contain any breaking changes, I suggest publishing it as 4.1.0.

⭐ Added:

🛠️ Updated:

🏗️ Refactor:

michalpokusa commented 1 year ago

If possible, please test the impact of these changes to request processing speed. In theory there should not be much overhead, but in my testing I noticed a very big range (80ms-500ms). Although this might be caused by my WiFi and the connection itself, it we be great it anyone could eliminate the possibility that it is the code's fault.

Thanks in advance. 🙂