Files
expressjs.com/en/api/req-path.jade
TJ Holowaychuk 9e957d4e2c Initial commit
2012-07-31 20:33:12 -07:00

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"