mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
56a86c2661
Here `conn` is net.socket instance, so it should be called as one. Otherwise request is very likely to end up with crash and PANIC. nwf edited in light of bcb669a4a0a49e857186093eb79b6f27a3158ad7
HTTP Server Module
Documentation for this Lua module is available in the httpserver.md file and in the Official NodeMCU Documentation in Lua Modules
section.