nodemcu-firmware/lua_modules/http
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
..
README.md Re-organize documentation 2019-01-13 22:01:57 +01:00
http-example.lua A generic fifo and fifosock wrapper, under telnet and http server (#2650) 2019-02-16 13:51:40 +01:00
httpserver.lua Bugfix conn metatable method call (#3012) 2020-02-23 09:46:35 -08: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.