Feature Request: Request/Response filters

It would be nice to have the possibility of setting request/response filters to manipulate request/responses accordingly.
Something like:

What’s your usage?

i have a usecase where end-to-end encryption is used similar to https://en.wikipedia.org/wiki/TextSecure
i.e. i would like to encrypt all the requests in the gatling load test in the same manner and decrypt the responses
i have seen that you support gzip encoding of the request body but i would also need access to the headers

You probably want to use a SignatureCalcutor for requests and a ResponseTransformer for responses. See doc: http://gatling.io/docs/2.1.7/http/http_request.html