lua-users home
lua-l archive

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


>
> You might want to check out one of the Lua bindings to the cURL library
>
> http://luaforge.net/projects/lua-curl/
> http://curl.haxx.se/libcurl/lua/

Thanks, I'll checkout on that.. the first one is 0.2 pre-alfa but
seems more complete and the second seems to implement only the easy
interface.

I was also thinking about LuaSec for https + LuaSocket for TCP +
LuaSocket.http for encoding/decoding the http stream. Did anyone tried
such a crazy scheme?