summaryrefslogtreecommitdiffstats
path: root/Lib/wsgiref/util.py
diff options
context:
space:
mode:
authorPhillip J. Eby <pje@telecommunity.com>2006-06-12 04:04:32 (GMT)
committerPhillip J. Eby <pje@telecommunity.com>2006-06-12 04:04:32 (GMT)
commit403019b115391a15815805f2004cebedb95ca1c4 (patch)
tree55573b343c2c93231667bf48f35c101ba03beebb /Lib/wsgiref/util.py
parent6e73aaab474ab9df512e8f24029ed1c57f39c619 (diff)
downloadcpython-403019b115391a15815805f2004cebedb95ca1c4.zip
cpython-403019b115391a15815805f2004cebedb95ca1c4.tar.gz
cpython-403019b115391a15815805f2004cebedb95ca1c4.tar.bz2
Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages.
Diffstat (limited to 'Lib/wsgiref/util.py')
-rw-r--r--Lib/wsgiref/util.py32
1 files changed, 32 insertions, 0 deletions
diff --git a/Lib/wsgiref/util.py b/Lib/wsgiref/util.py
index 3a81030..9009b87 100644
--- a/Lib/wsgiref/util.py
+++ b/Lib/wsgiref/util.py
@@ -171,3 +171,35 @@ _hoppish = {
def is_hop_by_hop(header_name):
"""Return true if 'header_name' is an HTTP/1.1 "Hop-by-Hop" header"""
return _hoppish(header_name.lower())
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#