summaryrefslogtreecommitdiff
path: root/paste/wsgiwrappers.py
diff options
context:
space:
mode:
authorbbangert <devnull@localhost>2006-09-02 23:09:55 +0000
committerbbangert <devnull@localhost>2006-09-02 23:09:55 +0000
commite944374d649a29449b4a3266a485eb5ca31ecf78 (patch)
tree597a42ce5c639aed7a03813b82133084dab84d30 /paste/wsgiwrappers.py
parent57418edee47bfb1c541b4d3162db41342e04ceeb (diff)
downloadpaste-e944374d649a29449b4a3266a485eb5ca31ecf78.tar.gz
Adding module doc for wsgiwrappers.
Diffstat (limited to 'paste/wsgiwrappers.py')
-rw-r--r--paste/wsgiwrappers.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/paste/wsgiwrappers.py b/paste/wsgiwrappers.py
index 334e80a..e9a0966 100644
--- a/paste/wsgiwrappers.py
+++ b/paste/wsgiwrappers.py
@@ -1,5 +1,10 @@
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
+"""WSGI Wrappers for a Request and Response
+
+The WSGIRequest and WSGIResponse objects are light wrappers to make it easier
+to deal with an incoming request and sending a response.
+"""
import paste.httpexceptions
from paste.request import EnvironHeaders, parse_formvars, parse_dict_querystring, get_cookie_dict
from paste.util.multidict import MultiDict