CPP removes the HTTP response header

I have a const char *, which reads as follows:

HTTP/1.1 200 OK
Content-Type: application/xml;charset=utf-8
Content-Length: 8192
Connection: close


<?xml version="1.0"?>
<root>
...
</root>

how do I remove all the above characters if I want to remove ?

CPP
Jul.29,2021

can be achieved using nodejs/http_parser.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f978-2bcf2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f978-2bcf2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?