method

new

new(response, buf)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 111
      def initialize(response, buf)
        @response = response
        @buf      = buf
        @closed   = false
        @str_body = nil
      end