File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -315,10 +315,10 @@ metadata (mostly from the HTTP request line and headers):
315315 string, with percent-encoded sequences and UTF-8 byte sequences
316316 decoded into characters.
317317
318- * ``raw_path `` (*byte string *) -- The original HTTP path component
319- unmodified from the bytes that were received by the web server. Some
320- web server implementations may be unable to provide this. Optional;
321- if missing defaults to ``None ``.
318+ * ``raw_path `` (*byte string *) -- The original HTTP path component,
319+ excluding any query string, unmodified from the bytes that were
320+ received by the web server. Some web server implementations may
321+ be unable to provide this. Optional; if missing defaults to ``None ``.
322322
323323* ``query_string `` (*byte string *) -- URL portion after the
324324 ``? ``. Optional; if missing or ``None `` default is empty string.
You can’t perform that action at this time.
0 commit comments