# File lib/mechanize.rb, line 477
  def put(uri, entity, headers = {})
    request_with_entity(:put, uri, entity, headers)
  end