Left for archival purposes.

User avatar
By kmpm
#7176 Instead of everyone doing a full http server in lua there sould be a http api accessible from lua.
Could possible use the work that's been done for eLuaWebServer in C.
If you want so see a Lua take on it look at lhttpd.

What I would like is something similar to what node.js http://nodejs.org/api/http.html have done.

Answering HTTP requests will be a thing many want to do and doing it the correct way and fast
would be beneficial.