Set origin of the URL
Method origin(String origin, [String? path]) { uri.origin(origin, path); return this; }