Request.full_url
The original URL passed to the constructor.
Changed in version 3.4.
Request.full_url is a property with setter, getter and a deleter. Getting full_url
returns the original request URL with the fragment, if it was present.
Request.full_url
The original URL passed to the constructor.
Changed in version 3.4.
Request.full_url is a property with setter, getter and a deleter. Getting full_url
returns the original request URL with the fragment, if it was present.
Please login to continue.