$this
public function bodyMaxLength(int $max) : static { $this->options['body_max_length'] = $max; return $this; }