hasHeader('Content-Length')) { return $response; } if ($response->getBody()->getSize() !== null) { return $response->withHeader('Content-Length', (string) $response->getBody()->getSize()); } return $response->withoutHeader('Content-Length'); } }