We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c27b8 commit a89d8a9Copy full SHA for a89d8a9
Doc/library/http.server.rst
@@ -98,7 +98,9 @@ provides three different variants:
98
99
.. attribute:: path
100
101
- Contains the request path.
+ Contains the request path. If query component of the URL is present,
102
+ then ``path`` includes the query. Using the terminology of :rfc:`3986`,
103
+ ``path`` here includes ``hier-part`` and the ``query``.
104
105
.. attribute:: request_version
106
0 commit comments