public function toIterable() : iterable { (yield $this->getPreparedHeaders() ->toString()); (yield "\r\n"); yield from $this->bodyToIterable(); }