[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Q: luasocket https client?
- From: James McLaughlin <jomclaughlin@...>
- Date: Fri, 13 Feb 2009 16:16:42 -0600
I need to build a lua https client and would like to base it on the
excellent lua socket.http module and luasec. Has anyone had any luck
doing this? It seems I need to override the trequest function to pass
ssl params to a new open function (which would wrap the original open
function). However, trequest calls functions that are local to the
socket.http module, so I would have to duplicate a bunch of code,
which I would like to avoid doing. Thanks in advance for any advice.
jim