Using Httplib or anything else makes some "convenient" changes to the HTTP transaction (e.g. transfer-encoding: chunked is removed and it's converted into a full stream etc.). This needs to be changed and the actual conversation needs to be obtained and archived.
Using Httplib or anything else makes some "convenient" changes to the HTTP transaction (e.g. transfer-encoding: chunked is removed and it's converted into a full stream etc.). This needs to be changed and the actual conversation needs to be obtained and archived.