Adds options.
$this
public final function options(array $options) : static { $this->route ->addOptions($options); return $this; }