[ 源代码: node-url-parse-lax ]
软件包:node-url-parse-lax(4.0.0-2)
node-url-parse-lax 的相关链接
Debian 的资源:
下载源码包 node-url-parse-lax:
- [node-url-parse-lax_4.0.0-2.dsc]
- [node-url-parse-lax_4.0.0.orig.tar.gz]
- [node-url-parse-lax_4.0.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
url.parse() with support for protocol-less URLs & IPs
Lax url.parse() with support for protocol-less URLs & IPs
The url.parse() method takes a URL string, parses it, and returns a URL object. A TypeError is thrown if urlString is not a string. A URIError is thrown if the auth property is present but cannot be decoded.
Node.js is an event-based server-side JavaScript engine.
其他与 node-url-parse-lax 有关的软件包
|
|
|
|
-
- dep: node-prepend-http
- Prepend `http://` to humanized URLs like todomvc.com and localhost