[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-http 0.2 release
- From: Russell Haley <russ.haley@...>
- Date: Mon, 29 May 2017 13:55:54 -0700
Unrelated projects.
Sent from my BlackBerry 10 smartphone on the Virgin Mobile network.
Original Message
From: Martin
Sent: Monday, May 29, 2017 1:51 PM
To: Lua mailing list
Reply To: Lua mailing list
Subject: Re: [ANN] lua-http 0.2 release
On 05/27/2017 10:57 PM, Daurnimator wrote:
> Hi All,
>
> I'm happy to announce the second release of lua-http.
>
> lua-http is a library that hopes to provide all HTTP operations you
> should ever need.
> In addition to all the low-level parsing and serialising operations
> you might expect,
> lua-http provides high level interfaces for writing your own HTTP
> server or performing HTTP requests.
Thank you for sharing! Going to try it in forecoming project (which
currently uses wget for retrieving file).
Is this module a concurrent for luasocket?
-- Martin