Vote count: 0
I am trying to figure out how can i send in C++ using the curl easy, a BYTE[100]
buffer, which might contain 0x00
bytes, to a POST field to a PHP script. I'm also in need in using the HTML compression technique.
Prior this, i was doing sprintf("%02X")
on each bytes so i could send them in letters, but now i need to minimize the network traffic in order to improve the API response time.
I tried on google but so far no resources that is close to my question.
asked 1 min ago
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW.
sending raw byte buffer post with curl c++
Aucun commentaire:
Enregistrer un commentaire