etwist/request.py
branchtls-sprint
changeset 12560 dc6d44e69a70
parent 1802 d628defebc17
child 1977 606923dff11b
--- a/etwist/request.py	Wed Jun 03 09:09:33 2009 +0200
+++ b/etwist/request.py	Thu Apr 04 13:49:34 2019 +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