# File lib/httpclient.rb, line 601 def put(uri, body = '', extheader = {}, &block) request(:put, uri, nil, body, extheader, &block) end