Hello!
On Thu, Oct 4, 2012 at 5:03 PM, Brian Akins <br...@akins.org> wrote:
>
> I'm busy as well. I thought about attempting one using "http_parser"
> but I never can find the time to get started. It wouldn't be too hard
> to do one in pure Lua, but some HTTP implementations have "dark
> corners."
>
The quickest way may be just use ngx_proxy + ngx.location.capture?
Nowadays ngx_proxy already supports a good part of HTTP 1.1 :)
Best regards,
-agentzh