node-node-rest-client 2.5.0-6.1 source package in Ubuntu
Changelog
node-node-rest-client (2.5.0-6.1) unstable; urgency=medium * Non-maintainer upload. * source only upload to enable migration -- Paul Gevers <email address hidden> Tue, 02 Nov 2021 20:26:32 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-node-rest-client_2.5.0-6.1.dsc | 2.0 KiB | c120770c9e38b2adf9e1079741dfe964efd3995719394aa7bd7635b6b530f7fb |
node-node-rest-client_2.5.0.orig.tar.gz | 12.2 KiB | 89d62ce7adbd45ed7e26645da466fd7fc6424b589b074031eebb3aa58f7d0499 |
node-node-rest-client_2.5.0-6.1.debian.tar.xz | 6.3 KiB | 86a7d274d03bcf1d48f9b4adcadb955fa5117922941ed674e61956f94889ef84 |
Available diffs
- diff from 2.5.0-6 to 2.5.0-6.1 (333 bytes)
No changes file available.
Binary packages built by this source
- node-node-rest-client: 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.