forked from orbit-oss/flask
Added full_path to the Request object documentation.
This commit is contained in:
parent
0f8f6b5130
commit
3bd9cdce94
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue