OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
urllib3
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:09:27 PM
rwxr-xr-x
📄
__init__.cpython-37.pyc
2.09 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
_collections.cpython-37.pyc
10.42 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
_version.cpython-37.pyc
174 bytes
11/14/2023 02:55:53 PM
rw-r--r--
📄
connection.cpython-37.pyc
12.9 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
connectionpool.cpython-37.pyc
23.83 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
exceptions.cpython-37.pyc
11.73 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
fields.cpython-37.pyc
7.91 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
filepost.cpython-37.pyc
2.66 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
poolmanager.cpython-37.pyc
14.64 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
request.cpython-37.pyc
5.39 KB
11/14/2023 02:55:53 PM
rw-r--r--
📄
response.cpython-37.pyc
20.03 KB
11/14/2023 02:55:53 PM
rw-r--r--
Editing: fields.cpython-37.pyc
Close
B �����t� @ s� d dl mZ d dlZd dlZd dlZddlmZ ddd�Zdd � Z d dd�Z e �d d� ed d�D �� dd� Z dd� ZeZG dd� de�ZdS )� )�absolute_importN� )�six�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 �?/opt/alt/python37/lib/python3.7/site-packages/urllib3/fields.py�guess_content_type s r c s� t � tj�r� �d�� t� fdd�dD ��sdd| � f }y|�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 <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&