protobuf-nginx (nginx code generator for protocol buffers messages)

2013-04-22 Thread Dave Bailey
Hi, I've written a Google Protocol Buffers code generator for nginx module developers interested in using protobuf messages within nginx natively. The project is on Github here: https://github.com/dbcode/protobuf-nginx/ The README.md gives more details, but the intent is to generate code that fo

Re: proxy input filter chain?

2013-03-15 Thread Dave Bailey
Hi Maxim, On Fri, Mar 15, 2013 at 10:46 AM, Maxim Dounin wrote: > Hello! > > On Fri, Mar 15, 2013 at 09:59:57AM -0700, Dave Bailey wrote: > > > Hi, > > > > I would like to apply a filter to the request body as it is read from the > > client, but before it

proxy input filter chain?

2013-03-15 Thread Dave Bailey
Hi, I would like to apply a filter to the request body as it is read from the client, but before it is sent upstream. So in the various proxy module input filters, when the input ngx_buf_t are initialized and pushed onto the input buffer chain, I would like to pass them through my filter at that