# File lib/httpclient/http.rb, line 534
        def initialize
          @body = []
          @size = 0
          @as_stream = false
        end