@override Uri toUri(String uri) { if (uri.endsWith('/')) return Uri.parse('$uri$path'); return Uri.parse('$uri/$path'); }