Browse Source

Added full_path to the Request object documentation.

pull/1163/head
boreq 10 years ago
parent
commit
3bd9cdce94
  1. 2
      docs/api.rst

2
docs/api.rst

@ -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``

Loading…
Cancel
Save