From 871077c81c02ffa3a5e4ebb9786fe43dcc433c2d Mon Sep 17 00:00:00 2001 From: Bruce Sutherland Date: Wed, 21 Jan 2015 20:52:42 +0900 Subject: [PATCH] Show requested URI as suggested by untitaker. --- docs/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 42e42c99..4094b7ce 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -93,13 +93,13 @@ Incoming Request Data .. attribute:: url_root Provides different ways to look at the current `IRI`_. Imagine your - application is listening on the following IRI:: + application is listening on the following application root:: http://www.example.com/myapplication - And a user requests the following IRI:: + And a user requests the following URI:: - http://www.example.com/myapplication/π/page.html?x=y + http://www.example.com/myapplication/%CF%80/page.html?x=y In this case the values of the above mentioned attributes would be the following: