# File lib/flukso/http_auth.rb, line 46
    def put(uri, body={}, headers={})
      self.class.put(uri, :body => body, :headers => add_auth_header(headers))
    end