Edvinas 3d91785018
Bugfix conn metatable method call (#3012)
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.
2020-02-23 09:46:35 -08:00
..
2019-01-13 22:01:57 +01:00

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.