Added full_path to the Request object documentation.

This commit is contained in:
boreq 2014-08-31 18:07:26 +02:00
parent 0f8f6b5130
commit 3bd9cdce94

View file

@ -86,6 +86,7 @@ Incoming Request Data
The current request method (``POST``, ``GET`` etc.)
.. attribute:: path
.. attribute:: full_path
.. attribute:: script_root
.. attribute:: url
.. attribute:: base_url
@ -105,6 +106,7 @@ Incoming Request Data
============= ======================================================
`path` ``/page.html``
`full_path` ``/page.html?x=y``
`script_root` ``/myapplication``
`base_url` ``http://www.example.com/myapplication/page.html``
`url` ``http://www.example.com/myapplication/page.html?x=y``