| Server IP : 198.38.94.13 / Your IP : 216.73.217.33 Web Server : Apache System : Linux d4744.dxb1.stableserver.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : revivere ( 1140) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/saltstack/salt/lib/python3.10/site-packages/salt/utils/__pycache__/ |
Upload File : |
o
;j� � 1 @ s d Z ddlZddlZddlZddlZddlZddlZddl Z ddl
Z
ddlZddlZddl
Z
ddlZddlZddlZddlm mZ ddlZddlZddlZddlZddlZddlZddlZddlZddlZddl Zddl!Zddl"Zddl#Zddl$Zddl%Zddl&m' m(Z) ddl*Zddl+Zddl,m-Z- ddl.m/Z/ ddl0m1Z1 zddl
m2Z2m3Z3 dZ4W n7 e5y� zddl6m2Z2m3Z3 dZ4W n! e5y� zddl7m2Z2m3Z3 dZ4W n e5y� dZ4Y nw Y nw Y nw zddl8Z8dZ9W n e5y� dZ9Y nw zddl:Z:dZ;W n e5�y dZ;Y nw e�<e=�Z>d ej?j@� �ZAd
d� ZBd&dd
�ZCd&dd�ZDe1d�dddddddddddddddddddddddddddddddddddddddddeAddddddf0dd��ZEd'dd�ZF d(dd�ZGdd� ZHdd� ZId d!� ZJd"d#� ZKd)d$d%�ZLdS )*z�
Utils for making various web calls. Primarily designed for REST, SOAP, webhooks
and the like, but also useful for basic HTTP testing.
.. versionadded:: 2015.5.0
� N)�
HTTPClient)�compile_template)�jinja_filter)�CertificateError�match_hostnameTFzSalt/c C s� |s|S t �dt|�| � | dkrt�|tj �}n,| dkr.t�|�}tj |d�}|�
� }n| dkr6td��| dkr>td��| d krFtd
��t �dt|�� |S )z�
Decompress returned HTTP content depending on the specified encoding.
Currently supports identity/none, deflate, and gzip, which should
cover 99%+ of the content on the internet.
z7Decompressing %s byte content with compression type: %sZdeflate�gzip)�fileobjZsdchz+SDCH compression is not currently supported�brz-Brotli compression is not currently supported�compressz*LZW compression is not currently supportedz$Content size after decompression: %s)�log�trace�len�zlib�
decompress� MAX_WBITS�io�BytesIOr �GzipFile�read�
ValueError)�codingZpgctnt�buf�f� r �C/opt/saltstack/salt/lib/python3.10/site-packages/salt/utils/http.py�__decompressContentS s&