Sets the PHP callback associated with this Response.
$this
public function setCallback(callable $callback) : static { $this->callback = $callback(...); return $this; }