[ 源代码: node-querystring ]
软件包:node-querystring(0.2.0-4)
node-querystring 的相关链接
Debian 的资源:
下载源码包 node-querystring:
- [node-querystring_0.2.0-4.dsc]
- [node-querystring_0.2.0.orig.tar.gz]
- [node-querystring_0.2.0-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Node's querystring module for all engines
The querystring module provides utilities for parsing and formatting URL query strings.
On the World Wide Web, a query string is the part of a uniform resource locator (URL) containing data that does not fit conveniently into a hierarchical path structure. The query string commonly includes fields added to a base URL by a Web browser or other client application, for example as part of an HTML form.
node-querystring allow one to encode, decode, parse and stringify query string.
Node.js is an event-based server-side JavaScript engine.
其他与 node-querystring 有关的软件包
|
|
|
|
-
- dep: nodejs (>= 10)
- evented I/O for V8 javascript - runtime executable