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?