[issue29479] httplib: could not skip "ACCEPT-ENCODING" header

Irit Katriel report at bugs.python.org
Sun Jun 20 13:14:48 EDT 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

As Martin has stated, this can be achieved with putrequest as explained in the doc:

https://docs.python.org/3.10/library/http.client.html#http.client.HTTPConnection.putrequest

----------
nosy: +iritkatriel
resolution:  -> not a bug
stage: test needed -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29479>
_______________________________________


More information about the Python-bugs-list mailing list