# File lib/yajl/http_stream.rb, line 42 def self.post(uri, body, opts = {}, &block) request("POST", uri, opts.merge({:body => body}), &block) end