$headers */ public function __construct( public readonly string $body, public readonly array $headers, public readonly int $httpStatus = 200, ) { parent::__construct('Raw HTTP response', $httpStatus); } }