[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Asynchronous HTTPS in Lua
- From: "Robert G. Jakabosky" <bobby@...>
- Date: Wed, 28 Aug 2013 21:51:30 +0800
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