# File lib/httpclient.rb, line 652
  def put(uri, *args, &block)
    request(:put, uri, argument_to_hash(args, :body, :header), &block)
  end