method

new

new(response, header)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 39
      def initialize(response, header)
        @response = response
        super(header)
      end