# File lib/her/middleware/accept_json.rb, line 12
      def call(env)
        add_header(env[:request_headers])
        @app.call(env)
      end