Use a response callback in case the request is parallelized.
env[:response].on_complete do |finished_env| finished_env[:body] = do_stuff_to(finished_env[:body]) end
[Validate]