Current Path: > > usr > lib64 > python2.7 > wsgiref >
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__.py | File | 586 bytes | April 10 2024 04:58:35. | |
__init__.pyc | File | 729 bytes | April 10 2024 04:58:46. | |
__init__.pyo | File | 729 bytes | April 10 2024 04:58:46. | |
handlers.py | File | 15982 bytes | April 10 2024 04:58:35. | |
handlers.pyc | File | 16254 bytes | April 10 2024 04:58:46. | |
handlers.pyo | File | 15607 bytes | April 10 2024 04:58:43. | |
headers.py | File | 5879 bytes | April 10 2024 04:58:35. | |
headers.pyc | File | 7473 bytes | April 10 2024 04:58:46. | |
headers.pyo | File | 7473 bytes | April 10 2024 04:58:46. | |
simple_server.py | File | 4974 bytes | April 10 2024 04:58:35. | |
simple_server.pyc | File | 6235 bytes | April 10 2024 04:58:46. | |
simple_server.pyo | File | 6235 bytes | April 10 2024 04:58:46. | |
util.py | File | 5576 bytes | April 10 2024 04:58:35. | |
util.pyc | File | 5993 bytes | April 10 2024 04:58:46. | |
util.pyo | File | 5993 bytes | April 10 2024 04:58:46. | |
validate.py | File | 14743 bytes | April 10 2024 04:58:35. | |
validate.pyc | File | 16853 bytes | April 10 2024 04:58:46. | |
validate.pyo | File | 16853 bytes | April 10 2024 04:58:46. |
� {fc @ s] d Z d d l m Z m Z d d l Z e j d � Z d d d � Z d d d � � YZ d S( s� 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. i����( t ListTypet TupleTypeNs [ \(\)<>@,;:\\"/\[\]\?=]i c C sx | d k rp t | � d k rp | s3 t j | � r_ | j d d � j d d � } d | | f Sd | | f Sn | Sd S( s~ Convenience function to format and return a key=value pair. This will quote the value if needed or if quote is true. i s \s \\t "s \"s %s="%s"s %s=%sN( t Nonet lent tspecialst searcht replace( t paramt valuet quote( ( s'