Set origin of the URL
MutUri origin(String origin, [String? path]) { _origin = origin; if (path != null) { this.path(path); } return this; }