[ 源代码: node-encodeurl ]
软件包:node-encodeurl(1.0.2-1)
node-encodeurl 的相关链接
Debian 的资源:
下载源码包 node-encodeurl:
- [node-encodeurl_1.0.2-1.dsc]
- [node-encodeurl_1.0.2.orig.tar.gz]
- [node-encodeurl_1.0.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Encode URL to a percent-encoded form
Encode a URL to a percent-encoded form, excluding already-encoded sequences
Encodeurl will take an already-encoded URL and encode all the non-URL code points (as UTF-8 byte sequences).
This encode is meant to be "safe" and does not throw errors. It will try as hard as it can to properly encode the given URL, including replacing any raw, unpaired surrogate pairs with the Unicode replacement character prior to encoding.
Node.js is an event-based server-side JavaScript engine.
其他与 node-encodeurl 有关的软件包
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable