Open gunchev opened 4 years ago
While testing my http(s) client in C++ using boost::beast... I forgot to add the Content-Length header in the POST method...
Minor fix and small improvements...
Also added fix for #1
While testing my http(s) client in C++ using boost::beast... I forgot to add the Content-Length header in the POST method...