Make an HTTP GET request with failover support
Future<List<int>> get(String path) async { return await _request(path, 'GET'); }