MutUri https(String origin, [String? path]) { _origin = 'https://${origin}'; if (path != null) { this.path(path); } return this; }