lua-users home
lua-l archive

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


Fixed 2-nd link:
https://github.com/Neopallium/lua-handlers/blob/master/examples/http_client.lua

On 8/28/13, Robert G. Jakabosky <bobby@sharedrealm.com> wrote:
> On Sunday 25, Choonster TheMage wrote:
>> Does anyone know of any examples of asynchronous HTTPS requests in
>> Lua? I've seen some examples of asynchronous HTTP using LuaSocket,
>> but nothing with LuaSec for asynchronous HTTPS requests.
>
> You can use my project lua-handlers [1] to do async HTTPS requests.
> See the examples/http_client.lua [2] script.
>
> 1. https://github.com/Neopallium/lua-handlers
> 2. https://github.com/Neopallium/lua-
> handlers/blob/master/examples/http_client.lua
>
> --
> Robert G. Jakabosky
>
>