[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lzlib usage
- From: Petite Abeille <petite_abeille@...>
- Date: Fri, 29 Jan 2010 19:34:39 +0100
On Jan 29, 2010, at 7:19 PM, Phoenix Sol wrote:
> Here's a Lua binding to that parser:
> http://github.com/phoenixsol/lua-http-parser
> (It's a few commits behind ry's tree; I'll be updating it soon.)
Cool :)
One thing though... your binding doesn't seem to translate all the request methods parsed (e.g. only GET, POST, etc):
http://github.com/phoenixsol/lua-http-parser/blob/master/lua_binding.c#L96
But not PROPFIND and others. Is that on purpose?