%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /snap/core18/current/usr/lib/python3/dist-packages/urllib3/__pycache__/
Upload File :
Create Path :
Current File : //snap/core18/current/usr/lib/python3/dist-packages/urllib3/__pycache__/fields.cpython-36.pyc

3

�;g(�@sJddlmZddlZddlZddlZd
dd�Zdd�ZGdd	�d	e�Z	dS)�)�absolute_importN�application/octet-streamcCs|rtj|�dp|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_types	r	cs�t�fdd�dD��sNd|�f}y|jd�Wnttfk
rHYnX|Stjrlt�tj�rl�jd��tj	j
�d��d|�f��S)a�
    Helper function to format and quote a single header parameter.

    Particularly useful for header parameters which might contain
    non-ASCII values, like file names. This follows RFC 2231, as
    suggested by 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 a unicode string.
    c3s|]}|�kVqdS)Nr)�.0Zch)�valuerr�	<genexpr>#sz&format_header_param.<locals>.<genexpr>z"\
z%s="%s"�asciizutf-8z%s*=%s)�any�encode�UnicodeEncodeError�UnicodeDecodeError�sixZPY3�
isinstanceZ	text_type�emailZutilsZencode_rfc2231)�namer�resultr)rr�format_header_params

rc@sHeZdZdZddd�Zedd��Zdd�Zd	d
�Zdd�Z	dd
d�Z
dS)�RequestFieldaK
    A data container for request body parameters.

    :param name:
        The name of this request field.
    :param data:
        The data/value body.
    :param filename:
        An optional filename of the request field.
    :param headers:
        An optional dict-like object of headers to initially use for the field.
    NcCs*||_||_||_i|_|r&t|�|_dS)N)�_name�	_filename�data�headers�dict)�selfrrrrrrr�__init__?szRequestField.__init__cCs^t|t�r4t|�dkr"|\}}}q@|\}}t|�}nd}d}|}||||d�}|j|d�|S)a�
        A :class:`~urllib3.fields.RequestField` factory from old-style tuple parameters.

        Supports constructing :class:`~urllib3.fields.RequestField` from
        parameter of key/value strings AND key/filetuple. A filetuple is a
        (filename, data, MIME type) tuple where the MIME type is optional.
        For example::

            'foo': 'bar',
            'fakefile': ('foofile.txt', 'contents of foofile'),
            'realfile': ('barfile.txt', open('realfile').read()),
            'typedfile': ('bazfile.bin', open('bazfile').read(), 'image/jpeg'),
            'nonamefile': 'contents of nonamefile field',

        Field names and filenames must be unicode.
        �N)r)�content_type)r�tuple�lenr	�make_multipart)�clsZ	fieldnamerrrr!Z
request_paramrrr�from_tuplesGs

zRequestField.from_tuplescCs
t||�S)a
        Overridable helper function to format a single header parameter.

        :param name:
            The name of the parameter, a string expected to be ASCII only.
        :param value:
            The value of the parameter, provided as a unicode string.
        )r)rrrrrr�_render_partis	zRequestField._render_partcCsPg}|}t|t�r|j�}x*|D]"\}}|dk	r |j|j||��q Wdj|�S)aO
        Helper function to format and quote a single header.

        Useful for single headers that are composed of multiple items. E.g.,
        'Content-Disposition' fields.

        :param header_parts:
            A sequence of (k, v) typles or a :class:`dict` of (k, v) to format
            as `k1="v1"; k2="v2"; ...`.
        Nz; )rr�items�appendr'�join)rZheader_parts�parts�iterablerrrrr�
_render_partsts
zRequestField._render_partscCs�g}dddg}x2|D]*}|jj|d�r|jd||j|f�qWx4|jj�D]&\}}||krN|rN|jd||f�qNW|jd�dj|�S)z=
        Renders the headers for this request field.
        zContent-DispositionzContent-TypezContent-LocationFz%s: %sz
)r�getr)r(r*)r�linesZ	sort_keysZsort_keyZheader_nameZheader_valuerrr�render_headers�s


zRequestField.render_headersc	CsX|pd|jd<|jddjd|jd|jfd|jff�g�7<||jd<||jd<d	S)
a|
        Makes this request field into a multipart request field.

        This method overrides "Content-Disposition", "Content-Type" and
        "Content-Location" headers to the request parameter.

        :param content_type:
            The 'Content-Type' of the request body.
        :param content_location:
            The 'Content-Location' of the request body.

        z	form-datazContent-Dispositionz; �rrzContent-TypezContent-LocationN)rr*r-rr)rZcontent_dispositionr!Zcontent_locationrrrr$�s
zRequestField.make_multipart)NN)NNN)�__name__�
__module__�__qualname__�__doc__r�classmethodr&r'r-r0r$rrrrr2s
"r)r)
Z
__future__rZemail.utilsrrrr	r�objectrrrrr�<module>s


Zerion Mini Shell 1.0