getBody()->getContents(); $body = $this->request($this->newClient(), $content); $response = \Kiri::getDi()->get(ResponseInterface::class); return $response->withBody(new Stream($body)); } }