| Server IP : 88.99.149.37 / Your IP : 216.73.216.141 Web Server : nginx/1.31.2 System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64 User : muralimurth ( 1015) PHP Version : 8.4.23 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.12/site-packages/urllib3/__pycache__/ |
Upload File : |
�
�nj� � � � d dl mZ d dlZd dlZd dlZd dlmZ ddlmZ ddl m
Z
ddlmZ ej d� d Zd
� Zd� Zd� Zdd
�Zy)� )�absolute_importN)�BytesIO� )�RequestField)�six)�bzutf-8� c � � t j t j d� � } t j
s| j
d� } | S )zN
Our embarrassingly-simple replacement for mimetools.choose_boundary.
� �ascii)�binascii�hexlify�os�urandomr �PY2�decode)�boundarys �5/usr/lib/python3.12/site-packages/urllib3/filepost.py�choose_boundaryr s6 � � ����
�
�2��/�H��7�7��?�?�7�+���O� c # �� K � t | t � rt j | � }nt | � }|D ]+ }t |t
� r|�� �t j |� �� �- y�w)z�
Iterate over fields.
Supports list of (k, v) tuples and dicts, and lists of
:class:`~urllib3.fields.RequestField`.
N)�
isinstance�dictr � iteritems�iterr �from_tuples)�fields�i�fields r �iter_field_objectsr sS � �� � �&�$���M�M�&�!����L�����e�\�*��K��*�*�E�2�2� �s �A#A%c �l � t | t � rd� t j | � D � S d� | D � S )a-
.. deprecated:: 1.6
Iterate over fields.
The addition of :class:`~urllib3.fields.RequestField` makes this function
obsolete. Instead, use :func:`iter_field_objects`, which returns
:class:`~urllib3.fields.RequestField` objects.
Supports list of (k, v) tuples and dicts.
c 3 �* K � | ] \ }}||f�� �
y �w�N� ��.0�k�vs r � <genexpr>ziter_fields.<locals>.<genexpr>: s � �� �9�#8�4�1�a��A��#8�� �c 3 �* K � | ] \ }}||f�� �
y �wr# r$ r% s r r) ziter_fields.<locals>.<genexpr><