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