# File lib/httparty.rb, line 363
    def put(path, options={})
      perform_request Net::HTTP::Put, path, options
    end