Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhttplib.py817 def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): argument
912 if not skip_accept_encoding:
Dxmlrpclib.py1391 connection.putrequest("POST", handler, skip_accept_encoding=True)