etwist/request.py
branchtls-sprint
changeset 1802 d628defebc17
parent 1016 26387b836099
child 1977 606923dff11b
--- a/etwist/request.py	Thu May 14 10:24:56 2009 +0200
+++ b/etwist/request.py	Thu May 14 11:38:40 2009 +0200
@@ -39,11 +39,11 @@
     def base_url(self):
         """return the root url of the application"""
         return self._base_url
-    
+
     def http_method(self):
         """returns 'POST', 'GET', 'HEAD', etc."""
         return self._twreq.method
-    
+
     def relative_path(self, includeparams=True):
         """return the normalized path of the request (ie at least relative
         to the application's root, but some other normalization may be needed