# File lib/facets/more/http.rb, line 318
      def initialize(body = nil, date = nil, type = nil, charset = nil,
          boundary = nil)
        @body = nil
        @boundary = boundary
        set_content(body || '', boundary)
        @type = type
        @charset = charset
        @date = date
        @chunk_size = 4096
      end