|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/local/lib/python3.6/site-packages/urllib3/__pycache__/ |
Upload File : |
3
G�Kd�! � @ s� d dl mZ d dlZd dlZd dlZddlmZ ddd�Zdd � Z d
dd�Z
e
jd
d� ed d�D �� dd� Z
dd� ZeZG dd� de�ZdS )� )�absolute_importN� )�six�application/octet-streamc C s | rt j| �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 )� mimetypes�
guess_type)�filename�default� r
�1/tmp/pip-build-8nxjc3nm/urllib3/urllib3/fields.py�guess_content_type
s r c s� t � tj�r� jd�� t� fdd�dD ��sdd| � f }y|jd� W n ttfk
r^ Y nX |S tjrt� jd�� t j
j� d�� d| � f � tjr�� jd�� � 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 <https://tools.ietf.org/html/rfc2388#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.
zutf-8c 3 s | ]}|� kV qd S )Nr
)�.0�ch)�valuer
r � <genexpr>+ s z.format_header_param_rfc2231.<locals>.<genexpr>z"\
z%s="%s"�asciiz%s*=%s)�
isinstancer �binary_type�decode�any�encode�UnicodeEncodeError�UnicodeDecodeError�PY2�email�utils�encode_rfc2231)�namer �resultr
)r r �format_header_param_rfc2231 s
r z%22z\\)�"�\c C s&