Yep, the NS itself will parse and flag the request as compression acceptable--it will remove the header right before sending it to the server itself. In the response chain, things are a little different, as rewrite is the first (not last) thing processing, so you can control response-side behaviors in the NS with rewrite.
The Oracle