Home
last modified time | relevance | path

Searched refs:skip_accept_encoding (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/http/
Dclient.py1083 skip_accept_encoding=False): argument
1194 if not skip_accept_encoding:
/third_party/python/Doc/library/
Dhttp.client.rst391 skip_accept_encoding=False)
397 additional content encodings), specify *skip_host* or *skip_accept_encoding*
/third_party/python/Lib/xmlrpc/
Dclient.py1284 connection.putrequest("POST", handler, skip_accept_encoding=True)