Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /opt/cppython/lib/python3.8/site-packages/urllib3/util/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : //opt/cppython/lib/python3.8/site-packages/urllib3/util/__pycache__/response.cpython-38.pyc
U

N��g�
�@sPddlmZddlmZmZddlmZddlmZ	dd�Z
dd	�Zd
d�ZdS)
�)�absolute_import)�!MultipartInvariantViolationDefect�StartBoundaryNotFoundDefect�)�HeaderParsingError)�http_clientcCslz
|��WStk
rYnXz|jWStk
r<YnXz|jdkWStk
r^YnXtd��dS)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.)�isclosed�AttributeError�closed�fp�
ValueError)�obj�r�B/opt/cppython/lib/python3.8/site-packages/urllib3/util/response.py�is_fp_closed	s
rcCs�t|tj�std�t|����t|dd�}t|dd�}d}|r^|��s^|�}t|tt	f�r^|}|rpdd�|D�}|sx|r�t
||d��dS)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|ttf�s|�qSr)�
isinstancerr)�.0�defectrrr�
<listcomp>Rs��z)assert_header_parsing.<locals>.<listcomp>)r�
unparsed_data)r�httplib�HTTPMessage�	TypeError�format�type�getattr�is_multipart�bytes�strr)�headersrrr�payloadrrr�assert_header_parsing(s �r#cCs$|j}t|t�r|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)�_methodr�int�upper)�response�methodrrr�is_response_to_head^s

r+N)
�
__future__rZemail.errorsrr�
exceptionsrZpackages.six.movesrrrr#r+rrrr�<module>s6

F1le Man4ger