Domanda

I need a method in Lua. This method should work like post and get methods which exist in php. I need it to build a simple login page with lua. What i need to do it with Lua? Thanks in advance

È stato utile?

Soluzione

What about using Luasockets? Apparently gideros has luasocket installed.

Altri suggerimenti

If you want it to act as a web server, you will probably need something like Xavante.

Other than that, beforementioned luasockets has some HTTP functions; you should look at its documentation.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top