summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--routes/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/routes/__init__.py b/routes/__init__.py
index a7beaaf..98404e8 100644
--- a/routes/__init__.py
+++ b/routes/__init__.py
@@ -77,6 +77,10 @@ def request_config(original=False):
environ (optional)
Set to the WSGI environ for automatic prefix support if the
webapp is underneath a 'SCRIPT_NAME'
+
+ Setting the environ will use information in environ to try and
+ populate the host/protocol/mapper_dict options if you've already
+ set a mapper.
**Using your own requst local**