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