[ 原始碼: node-parseurl ]
套件: node-parseurl (1.3.0-1ubuntu1)
node-parseurl 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-parseurl:
- [node-parseurl_1.3.0-1ubuntu1.dsc]
- [node-parseurl_1.3.0.orig.tar.gz]
- [node-parseurl_1.3.0-1ubuntu1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Leo Iannacone
- Andrew Kelley
外部的資源:
- 主頁 [github.com]
相似套件:
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.