[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Web form submission in Lua
- From: Nikolai Kondrashov <spbnick@...>
- Date: Mon, 31 May 2010 13:21:38 +0400
On 05/30/2010 02:13 AM, John Edwards wrote:
I guess my first question should be is luasocket the correct technique
and if so, how should I do it ?
I suggest you try one of the two cURL bindings: http://curl.haxx.se/libcurl/lua/
cURL is a strange beast sometimes, but it does the job well.
Most probably you will need to know C API anyway: http://curl.haxx.se/libcurl/c/
Sincerely,
Nick