Sets the response charset.
@final
$this
public function setCharset(string $charset) : static { $this->charset = $charset; return $this; }