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