$this
public function addTextHeader(string $name, string $value) : static { return $this->add(new UnstructuredHeader($name, $value)); }