# File lib/restclient/payload.rb, line 41 def build_stream(params) @stream = StringIO.new(params) @stream.seek(0) end