Searched refs:path_url (Results 1 – 9 of 9) sorted by relevance
143 new_url = req.path_url.rsplit('/', 1)[0]162 url = req.path_url + '/'
493 url = req.path_url498 self.location = urlparse.urljoin(req.path_url, self.location)
473 def path_url(self): member in BaseRequest505 url = self.path_url523 url = self.path_url
311 * req.path_url: ``http://example.com:8080/wiki/article/12``451 <form action="{{req.path_url}}" method="POST">455 <a href="{{req.path_url}}">Cancel</a>460 <a href="{{req.path_url}}">Cancel</a>477 In ``<form action="{{req.path_url}}" method="POST">`` we submit to478 ``req.path_url``; that's everything *but* ``?action=edit``. So we are530 location=req.path_url)601 location=req.path_url)
133 >>> req.path_url
289 ``request.host_url``, ``request.application_url``, ``request.path_url``,
71 path_url ???path cached_property
114 location=req.path_url)
154 path_url