Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-parseurl
parse a url with memoization
https://github.com/expressjs/parseurl
0
no reviews
Install
Simple module which allows developer to get pathname:
var pathname = parseurl(req)
and `pathname` can then be simply passed to a router or something.
Node.js is an event-based server-side JavaScript engine.