[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: advice on a http client library?
- From: Cosmin Apreutesei <cosmin.apreutesei@...>
- Date: Thu, 7 Jan 2010 20:48:52 +0200
> Sometime ago, I wrote this HTTPS module, using some code taken from
> a previous post by James McLaughlin [1]. It emulates the
> socket.http.request() interface, so, there is no much things to learn
> before start using it. But I advice some caution -- It's almost untested.
>
> [1] http://lua-users.org/lists/lua-l/2009-02/msg00270.html
>
Nice trick to extend a socket (works too), thanks for the tip!