[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: advice on a http client library?
- From: Cosmin Apreutesei <cosmin.apreutesei@...>
- Date: Thu, 7 Jan 2010 12:47:05 +0200
>
> 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?