summaryrefslogtreecommitdiff
path: root/Lib/wsgiref/util.py
diff options
context:
space:
mode:
authorPhillip J. Eby <pje@telecommunity.com>2006-06-12 04:04:32 +0000
committerPhillip J. Eby <pje@telecommunity.com>2006-06-12 04:04:32 +0000
commit5c30f8ac80e00b73adaefa7a7246d9e00eae8efb (patch)
treeed6f945503469fadd9960af106abf7759e81f16a /Lib/wsgiref/util.py
parent5e0aba1e9d563b4f0cae60801d7c84cb7d2f3e81 (diff)
downloadcpython-5c30f8ac80e00b73adaefa7a7246d9e00eae8efb.tar.gz
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 3a81030233..9009b876e8 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())
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#