nodemcu-firmware/lua_modules/http
Edvinas 56a86c2661 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.

nwf edited in light of bcb669a4a0
2020-06-09 22:26:52 +02:00
..
README.md Re-organize documentation 2019-01-13 22:01:57 +01:00
http-example.lua Polish Lua examples (#2846) 2020-06-09 22:26:52 +02:00
httpserver.lua Bugfix conn metatable method call (#3012) 2020-06-09 22:26:52 +02:00

README.md

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.