http://www.example.com/myapplication
| request. | variable content |
|---|---|
| path | u'/π/page.html' |
| full_path | u'/π/page.html?x=y' |
| script_root | u'/myapplication' |
| base_url | u'http://www.example.com/myapplication/π/page.html' |
| url | u'http://www.example.com/myapplication/π/page.html?x=y' |
| url_root | u'http://www.example.com/myapplication/' |
- request.path
- request.full_path
- request.script_root
- request.url
- request.base_url
- request.url_root
