[ 原始碼: node-node-rest-client ]
套件:node-node-rest-client(2.5.0-5)
node-node-rest-client 的相關連結
Debian 的資源:
下載原始碼套件 node-node-rest-client:
- [node-node-rest-client_2.5.0-5.dsc]
- [node-node-rest-client_2.5.0.orig.tar.gz]
- [node-node-rest-client_2.5.0-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Rest API client for NodeJS
Allows connecting to any API REST and get results as js Object. The client has the following features:
* Transparent HTTP/HTTPS connection to remote API sites. * Allows simple HTTP basic authentication. * Allows most common HTTP operations: GET, POST, PUT, DELETE, PATCH or any other method through custom connect method * Allows creation of custom HTTP Methods (PURGE, etc.) * Direct or through proxy connection to remote API sites. * Register remote API operations as own client methods, simplifying reuse. * Dynamic path and query parameters and request headers. * Improved Error handling mechanism (client or specific request) * Added support for compressed responses: gzip and deflate * Added support for follow redirects thanks to great follow-redirects package * Added support for custom request serializers (json,xml and url-encoded included by default) * Added support for custom response parsers (json and xml included by default)
Node.js is an event-based server-side JavaScript engine.
其他與 node-node-rest-client 有關的套件
|
|
|
|
-
- dep: node-debug (>= 2.2.0)
- small debugging utility for Node.js
-
- dep: node-follow-redirects
- HTTP and HTTPS modules that follow redirects
-
- dep: node-xml2js
- simple XML to JavaScript object converter - Node.js module
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable