Current Path: > > opt > alt > python310 > lib64 > python3.10 > 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-310.opt-1.pyc | File | 743 bytes | June 18 2025 15:55:26. | |
__init__.cpython-310.opt-2.pyc | File | 148 bytes | June 18 2025 15:55:29. | |
__init__.cpython-310.pyc | File | 743 bytes | June 18 2025 15:55:26. | |
handlers.cpython-310.opt-1.pyc | File | 15958 bytes | June 18 2025 15:55:28. | |
handlers.cpython-310.opt-2.pyc | File | 10669 bytes | June 18 2025 15:55:29. | |
handlers.cpython-310.pyc | File | 16414 bytes | June 18 2025 15:55:26. | |
headers.cpython-310.opt-1.pyc | File | 7687 bytes | June 18 2025 15:55:28. | |
headers.cpython-310.opt-2.pyc | File | 4525 bytes | June 18 2025 15:55:29. | |
headers.cpython-310.pyc | File | 7731 bytes | June 18 2025 15:55:26. | |
simple_server.cpython-310.opt-1.pyc | File | 5322 bytes | June 18 2025 15:55:26. | |
simple_server.cpython-310.opt-2.pyc | File | 4569 bytes | June 18 2025 15:55:29. | |
simple_server.cpython-310.pyc | File | 5322 bytes | June 18 2025 15:55:26. | |
util.cpython-310.opt-1.pyc | File | 5423 bytes | June 18 2025 15:55:26. | |
util.cpython-310.opt-2.pyc | File | 3885 bytes | June 18 2025 15:55:29. | |
util.cpython-310.pyc | File | 5423 bytes | June 18 2025 15:55:26. | |
validate.cpython-310.opt-1.pyc | File | 14610 bytes | June 18 2025 15:55:26. | |
validate.cpython-310.opt-2.pyc | File | 10985 bytes | June 18 2025 15:55:29. | |
validate.cpython-310.pyc | File | 14610 bytes | June 18 2025 15:55:26. |
o �=?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 sR |dur't |�dkr'|st�|�r!|�dd��dd�}d| |f S d| |f S | S ) 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 �6/opt/alt/python310/lib64/python3.10/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 s. |d ur|ng }t |�turtd��|| _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"