The end of the entire request
# File lib/chef-api/multipart.rb, line 151 def initialize @part = "--#{BOUNDARY}--\r\n\r\n" end
# File lib/chef-api/multipart.rb, line 155 def io @io ||= StringIO.new(@part) end
# File lib/chef-api/multipart.rb, line 159 def size @part.bytesize end