[ 原始碼: node-parseurl ]
套件:node-parseurl(1.3.3-2)
parse a url with memoization
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.