mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
3d91785018
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.
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.