$this
public function addPathHeader(string $name, Address|string $path) : static { return $this->add(new PathHeader($name, $path instanceof Address ? $path : new Address($path))); }