# File lib/flukso/request.rb, line 35
    def self.put(client, path, options={})
      new(client, :put, path, options).perform
    end