Re: Input filters in Nginx?

2019-10-31 Thread awagner
Maxim Dounin Wrote: --- [...] > > Depending on what you are trying to do, either phase handlers or > request body filters might work for you. Just working on the body will not do it. A phase handler, basically what Apache offers with its "hook

Input filters in Nginx?

2019-10-29 Thread awagner
Hi all. I did some search on the web and the archives here and did not find an conclusive answer to this question. Apache has both input a filters (work on the request before content generation) and output filters (work on generated content). As I am exploring the possibility to port some Apache