Current Path: > > opt > alt > python39 > > lib64 > python3.9 > 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-39.opt-1.pyc | File | 739 bytes | June 19 2025 12:11:11. | |
__init__.cpython-39.opt-2.pyc | File | 144 bytes | June 19 2025 12:11:17. | |
__init__.cpython-39.pyc | File | 739 bytes | June 19 2025 12:11:11. | |
handlers.cpython-39.opt-1.pyc | File | 15923 bytes | June 19 2025 12:11:16. | |
handlers.cpython-39.opt-2.pyc | File | 10514 bytes | June 19 2025 12:11:17. | |
handlers.cpython-39.pyc | File | 16389 bytes | June 19 2025 12:11:11. | |
headers.cpython-39.opt-1.pyc | File | 7694 bytes | June 19 2025 12:11:16. | |
headers.cpython-39.opt-2.pyc | File | 4465 bytes | June 19 2025 12:11:17. | |
headers.cpython-39.pyc | File | 7747 bytes | June 19 2025 12:11:11. | |
simple_server.cpython-39.opt-1.pyc | File | 5314 bytes | June 19 2025 12:11:11. | |
simple_server.cpython-39.opt-2.pyc | File | 4541 bytes | June 19 2025 12:11:17. | |
simple_server.cpython-39.pyc | File | 5314 bytes | June 19 2025 12:11:11. | |
util.cpython-39.opt-1.pyc | File | 5408 bytes | June 19 2025 12:11:11. | |
util.cpython-39.opt-2.pyc | File | 3837 bytes | June 19 2025 12:11:17. | |
util.cpython-39.pyc | File | 5408 bytes | June 19 2025 12:11:11. | |
validate.cpython-39.opt-1.pyc | File | 14770 bytes | June 19 2025 12:11:11. | |
validate.cpython-39.opt-2.pyc | File | 11137 bytes | June 19 2025 12:11:17. | |
validate.cpython-39.pyc | File | 14770 bytes | June 19 2025 12:11:11. |
a XC?hn � @ s2 d Z ddlZe�d�Zd dd�ZG dd� d�ZdS ) z�Manage HTTP Response Headers Much of this module is red-handedly pilfered from email.message in the stdlib, so portions are Copyright (C) 2001,2002 Python Software Foundation, and were written by Barry Warsaw. � Nz[ \(\)<>@,;:\\"/\[\]\?=]� c C sX |durPt |�dkrP|s"t�|�rB|�dd��dd�}d| |f S d| |f S n| S dS ) z~Convenience function to format and return a key=value pair. This will quote the value if needed or if quote is true. Nr �\z\\�"z\"z%s="%s"z%s=%s)�len� tspecials�search�replace)Zparam�valueZquote� r �4/opt/alt/python39/lib64/python3.9/wsgiref/headers.py�_formatparam s r c @ s� e Zd ZdZd%dd�Zdd� Zdd� Zd d � Zdd� Zd d� Z dd� Z dd� Zd&dd�Zdd� Z dd� Zdd� Zdd� Zdd� Zdd � Zd!d"� Zd#d$� ZdS )'�Headersz,Manage a collection of HTTP response headersNc C sP |d ur|ng }t |�tur$td��|| _|D ]\}}| �|� | �|� q.d S )Nz+Headers must be a list of name/value tuples)�type�list� TypeError�_headers�_convert_string_type)�selfZheaders�k�vr r r �__init__ s zHeaders.__init__c C s&