Server IP : 209.38.156.173 / Your IP : 216.73.216.128 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /snap/core20/2582/usr/lib/python3/dist-packages/urllib3/__pycache__/ |
Upload File : |
U "gZ! � @ s� d dl mZ d dlZd dlZd dlZd dlZddd�Zdd� Zdd d d �Z e � dd� ed d �D �� dd� Zdd� Z e ZG dd� de�ZdS )� )�absolute_importN�application/octet-streamc C s | rt �| �d p|S |S )z� Guess the "Content-Type" of a file. :param filename: The filename to guess the "Content-Type" of using :mod:`mimetypes`. :param default: If no "Content-Type" can be guessed, default to `default`. r )� mimetypesZ guess_type)�filename�default� r �0/usr/lib/python3/dist-packages/urllib3/fields.py�guess_content_type s r c s� t � tj�r� �d�� t� fdd�dD ��sdd| � f }z|�d� W n ttfk r^ Y nX |S tjrt� �d�� t j �� d�� d| � f � tjr�� �d�� � S )a� Helper function to format and quote a single header parameter using the strategy defined in RFC 2231. Particularly useful for header parameters which might contain non-ASCII values, like file names. This follows RFC 2388 Section 4.4. :param name: The name of the parameter, a string expected to be ASCII only. :param value: The value of the parameter, provided as ``bytes`` or `str``. :ret: An RFC-2231-formatted unicode string. �utf-8c 3 s | ]}|� kV qd S �Nr )�.0Zch��valuer r � <genexpr>) s z.format_header_param_rfc2231.<locals>.<genexpr>z"\ �%s="%s"�asciiz%s*=%s)� isinstance�six�binary_type�decode�any�encode�UnicodeEncodeError�UnicodeDecodeErrorZPY2�emailZutilsZencode_rfc2231)�namer �resultr r r �format_header_param_rfc2231 s r z%22z\\)�"�\r c C s&