nodemcu-firmware/lua_modules/http
Nathaniel Wesley Filardo 1070466feb Revise fifo{,sock} (#2671)
Fixes to #2650:

- Convert fifosock to returning tables containing ctors
- Improve docs
- Add a missed :on("sent", nil) in the http server
2019-02-17 18:32:16 +00: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 Revise fifo{,sock} (#2671) 2019-02-17 18:32:16 +00: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.