From: Chris Markle Date: 2009-02-24T02:25:00+09:00 Subject: Feeding data to be PUT with Net::HTTP? Since I am HTTP PUT'ing large amounts of data (ideally using Net::HTTP) I would like to feed data in some way to an HTTP PUT so that I don't have to have the entire amount of data in memory before using methods like request or send_request to initiate the PUT. I saw one post that suggests it can't be done but I thought I'd check again. If it can't be done with Net::HTTP, are there other HTTP client libraries that I might be able to do this with, and maybe even some examples of how to do it? Thanks in advance... Chris -- Posted via http://www.ruby-forum.com/.