lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


于 2011-10-24 4:26, Marco Antonio Abreu 写道:
Hi Guys,

I'm trying to send a web form to a server with Lua Socket but I did not find any example. I found only your post in Lua list. Did you resolve your problem? Can you send me an example of how I can send a HTTP POST with parameters (variables)?

Thank you.
--
Marco Antonio Abreu
mabreu.ti@gmail.com
System Analist/Developer/DBA
I'm sorry, but what do you mean by "to send a web from a server"?
is it meant to "serve a web page"? or are you looking for a web service stack of Lua?

if so, I think you may check the kepler project[1], especially  the WSAPI and cgilua projects within it.

and there are many other similar packages out there, just search the list for , e.g., "cgi", "web", "server" or so.


---------------------------------
[1] http://www.keplerproject.org/