/** * {@inheritDoc} */ public function withBody(StreamInterface $body) { return new self($this->app, parent::withBody($body)); }