Return request url.
Future<Uri> get url async => (await connectionAddress).replace( scheme: 'https', path: '/$remoteClientVersion/$schemaHash', queryParameters: {}, );