lua-users home
lua-l archive

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


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