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. I'm writing a Lua interface[1] to a RESTful web API[2] which requires HTTPS requests for authenticated users. I'm looking into what it would take to rewrite the library to use asynchronous requests instead of synchronous ones. Regards, Choonster [1] https://github.com/Choonster/luabnet_wow https://github.com/Choonster/luabnet_tools [2] http://blizzard.github.io/api-wow-docs/