summaryrefslogtreecommitdiff
path: root/paste/httpheaders.py
diff options
context:
space:
mode:
authorcce <devnull@localhost>2006-02-08 04:32:30 +0000
committercce <devnull@localhost>2006-02-08 04:32:30 +0000
commit130b96836e1acb7f74c84c6f670d337a394131bd (patch)
tree53b23954f58ecd5cd757fc5fabf0a626e01b5cc0 /paste/httpheaders.py
parentcf88a224a4ae8a645b4ddc46a4cec2dc98e78be4 (diff)
downloadpaste-130b96836e1acb7f74c84c6f670d337a394131bd.tar.gz
- noted the RFC for exhaustive list of httpheaders
Diffstat (limited to 'paste/httpheaders.py')
-rw-r--r--paste/httpheaders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpheaders.py b/paste/httpheaders.py
index 7bd415a..092d7d8 100644
--- a/paste/httpheaders.py
+++ b/paste/httpheaders.py
@@ -3,7 +3,7 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
# Some of this code was funded by: http://prometheusresearch.com
"""
-HTTP Message Headers
+HTTP Message Header Fields (see RFC 4229)
This contains general support for HTTP/1.1 message headers [1]_ in a
manner that supports WSGI ``environ`` [2]_ and ``response_headers``