mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-26 02:54:58 +00:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
section
|
|
h3(id='req.path') req.path
|
|
|
|
p.
|
|
Returns the request URL pathname.
|
|
|
|
+js.
|
|
// example.com/users?sort=desc
|
|
req.path
|
|
// => "/users" |