/usr/lib/python3/dist-packages/urllib3/util/__pycache__
NameSizeModeActions
connection.cpython-310.pyc33760644editdlrm
proxy.cpython-310.pyc12940644editdlrm
queue.cpython-310.pyc9810644editdlrm
request.cpython-310.pyc34150644editdlrm
response.cpython-310.pyc23000644editdlrm
retry.cpython-310.pyc158750644editdlrm
ssltransport.cpython-310.pyc73620644editdlrm
ssl_.cpython-310.pyc112280644editdlrm
timeout.cpython-310.pyc88850644editdlrm
url.cpython-310.pyc105850644editdlrm
wait.cpython-310.pyc30450644editdlrm
__init__.cpython-310.pyc10610644editdlrm
Edit: /usr/lib/python3/dist-packages/urllib3/util/__pycache__/response.cpython-310.pyc (2300B)
o j @sPddlmZddlmZmZddlmZddlmZ ddZ dd Z d d Z d S) )absolute_import)!MultipartInvariantViolationDefectStartBoundaryNotFoundDefect)HeaderParsingError) http_clientcCs`z|WStyYnwz|jWStyYnwz|jduWSty/Ytdw)zt Checks whether a given file-like object is closed. :param obj: The file-like object to check. Nz)Unable to determine whether fp is closed.)isclosedAttributeErrorclosedfp ValueError)objr7/usr/lib/python3/dist-packages/urllib3/util/response.py is_fp_closed s      rcCst|tjstdt|t|dd}t|dd}d}|r/|s/|}t|tt fr/|}|r8dd|D}|s<|rBt ||ddS)a> Asserts whether all headers have been successfully parsed. Extracts encountered errors from the result of parsing headers. Only works on Python 3. :param http.client.HTTPMessage headers: Headers to verify. :raises urllib3.exceptions.HeaderParsingError: If parsing errors are found. z"expected httplib.Message, got {0}.defectsN get_payloadcSsg|] }t|ttfs|qSr) isinstancerr).0defectrrr Rsz)assert_header_parsing..)r unparsed_data) rhttplib HTTPMessage TypeErrorformattypegetattr is_multipartbytesstrr)headersrrrpayloadrrrassert_header_parsing(s"     r#cCs$|j}t|tr |dkS|dkS)z Checks whether the request of a response has been a HEAD-request. Handles the quirks of AppEngine. :param http.client.HTTPResponse response: Response to check if the originating request used 'HEAD' as a method. HEAD)_methodrintupper)responsemethodrrris_response_to_head^s  r+N) __future__r email.errorsrr exceptionsr six.movesrrrr#r+rrrrs    6