Current Path: > > usr > lib64 > python3.8 > 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-38.opt-1.pyc | File | 726 bytes | October 17 2023 18:13:00. | |
__init__.cpython-38.opt-2.pyc | File | 131 bytes | October 17 2023 18:13:05. | |
__init__.cpython-38.pyc | File | 726 bytes | October 17 2023 18:13:00. | |
handlers.cpython-38.opt-1.pyc | File | 15982 bytes | October 17 2023 18:13:03. | |
handlers.cpython-38.opt-2.pyc | File | 10573 bytes | October 17 2023 18:13:05. | |
handlers.cpython-38.pyc | File | 16448 bytes | October 17 2023 18:13:00. | |
headers.cpython-38.opt-1.pyc | File | 7705 bytes | October 17 2023 18:13:03. | |
headers.cpython-38.opt-2.pyc | File | 4476 bytes | October 17 2023 18:13:05. | |
headers.cpython-38.pyc | File | 7758 bytes | October 17 2023 18:13:00. | |
simple_server.cpython-38.opt-1.pyc | File | 5263 bytes | October 17 2023 18:13:00. | |
simple_server.cpython-38.opt-2.pyc | File | 4490 bytes | October 17 2023 18:13:05. | |
simple_server.cpython-38.pyc | File | 5263 bytes | October 17 2023 18:13:00. | |
util.cpython-38.opt-1.pyc | File | 5414 bytes | October 17 2023 18:13:00. | |
util.cpython-38.opt-2.pyc | File | 3843 bytes | October 17 2023 18:13:05. | |
util.cpython-38.pyc | File | 5414 bytes | October 17 2023 18:13:00. | |
validate.cpython-38.opt-1.pyc | File | 14757 bytes | October 17 2023 18:13:00. | |
validate.cpython-38.opt-2.pyc | File | 11124 bytes | October 17 2023 18:13:05. | |
validate.cpython-38.pyc | File | 14757 bytes | October 17 2023 18:13:00. |
U e5dn � @ 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 |dk rPt |�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 �'/usr/lib64/python3.8/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 k r|ng }t |�tk r$td��|| _d S )Nz+Headers must be a list of name/value tuples)�type�list� TypeError�_headers)�selfZheadersr r r �__init__ s zHeaders.__init__c C s&