Current Path: > > opt > alt > python312 > lib64 > python3.12 > wsgiref > > __pycache__
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-312.opt-1.pyc | File | 822 bytes | June 23 2025 14:00:19. | |
__init__.cpython-312.opt-2.pyc | File | 157 bytes | June 23 2025 14:00:28. | |
__init__.cpython-312.pyc | File | 822 bytes | June 23 2025 14:00:19. | |
handlers.cpython-312.opt-1.pyc | File | 23167 bytes | June 23 2025 14:00:23. | |
handlers.cpython-312.opt-2.pyc | File | 17941 bytes | June 23 2025 14:00:28. | |
handlers.cpython-312.pyc | File | 23605 bytes | June 23 2025 14:00:19. | |
headers.cpython-312.opt-1.pyc | File | 9501 bytes | June 23 2025 14:00:23. | |
headers.cpython-312.opt-2.pyc | File | 6377 bytes | June 23 2025 14:00:28. | |
headers.cpython-312.pyc | File | 9633 bytes | June 23 2025 14:00:19. | |
simple_server.cpython-312.opt-1.pyc | File | 8170 bytes | June 23 2025 14:00:19. | |
simple_server.cpython-312.opt-2.pyc | File | 7419 bytes | June 23 2025 14:00:28. | |
simple_server.cpython-312.pyc | File | 8170 bytes | June 23 2025 14:00:19. | |
types.cpython-312.opt-1.pyc | File | 3701 bytes | June 23 2025 14:00:19. | |
types.cpython-312.opt-2.pyc | File | 3439 bytes | June 23 2025 14:00:28. | |
types.cpython-312.pyc | File | 3701 bytes | June 23 2025 14:00:19. | |
util.cpython-312.opt-1.pyc | File | 6824 bytes | June 23 2025 14:00:19. | |
util.cpython-312.opt-2.pyc | File | 5296 bytes | June 23 2025 14:00:28. | |
util.cpython-312.pyc | File | 6824 bytes | June 23 2025 14:00:19. | |
validate.cpython-312.opt-1.pyc | File | 20152 bytes | June 23 2025 14:00:19. | |
validate.cpython-312.opt-2.pyc | File | 16530 bytes | June 23 2025 14:00:28. | |
validate.cpython-312.pyc | File | 20152 bytes | June 23 2025 14:00:19. |
� B[Yh` � �n � d Z ddlZg d�Z G d� d� Zd� Zd� Zd d�Zd � Zd � Zh d�j Z d� Zy)z$Miscellaneous WSGI-related Utilities� N)�FileWrapper�guess_scheme�application_uri�request_uri�shift_path_info�setup_testing_defaultsc �$ � e Zd ZdZdd�Zd� Zd� Zy)r z1Wrapper to convert file-like objects to iterablesc �\ � || _ || _ t |d� r|j | _ y y )N�close)�filelike�blksize�hasattrr )�selfr r s �3/opt/alt/python312/lib64/python3.12/wsgiref/util.py�__init__zFileWrapper.__init__ s* � � �� �����8�G�$�!���D�J� %� c � � | S �N� )r s r �__iter__zFileWrapper.__iter__ s � ��r c �` � | j j | j � }|r|S t �r )r �readr � StopIteration)r �datas r �__next__zFileWrapper.__next__ s( � ��}�}�!�!�$�,�,�/����K��r N)i )�__name__� __module__�__qualname__�__doc__r r r r r r r r s � �;�(��r r c �, � | j d� dv ryy)zMReturn a guess for whether 'wsgi.url_scheme' should be 'http' or 'https' �HTTPS)�yes�on�1�https�http)�get)�environs r r r s � � �{�{�7��/�/��r c � � | d dz }ddl m} | j d� r || d z }n7|| d z }| d dk( r| d d k7 r|d | d z z }n| d dk7 r|d | d z z }| || j d� xs d d�� z }|S )z@Return the application's base URI (no PATH_INFO or QUERY_STRING)�wsgi.url_schemez://r ��quote� HTTP_HOST�SERVER_NAMEr% �SERVER_PORT�443�:�80�SCRIPT_NAME�/�latin1)�encoding)�urllib.parser, r'