mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
BaseHTTPRequestHandler, that path includes query (GH-25597)
* Clarify, for BaseHTTPRequestHandler, that path includes query
Co-authored-by: David Jones <drj@pobox.com>
(cherry picked from commit a89d8a94a0
)
Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
This commit is contained in:
parent
2178afffc0
commit
2825f906c7
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ provides three different variants:
|
|||
|
||||
.. attribute:: path
|
||||
|
||||
Contains the request path.
|
||||
Contains the request path. If query component of the URL is present,
|
||||
then ``path`` includes the query. Using the terminology of :rfc:`3986`,
|
||||
``path`` here includes ``hier-part`` and the ``query``.
|
||||
|
||||
.. attribute:: request_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue