class ChefCLI::ChefServerAPIMulti

def initialize(url, opts)

def initialize(url, opts)
  @url = url
  @opts = KEEPALIVES_TRUE.merge(opts)
end