Source: node-pixl-request Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-async , node-class-plus , node-errno , node-form-data , node-pixl-acl , node-pixl-perf , node-pixl-server , node-pixl-server-web , node-pixl-unit , node-pixl-xml , node-proxy-agent , Standards-Version: 4.7.4 Homepage: https://github.com/jhuckaby/pixl-request Vcs-Git: https://salsa.debian.org/js-team/node-pixl-request.git Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-request Package: node-pixl-request Architecture: all Multi-Arch: foreign Depends: node-class-plus, node-errno, node-form-data, node-pixl-acl, node-pixl-perf, node-pixl-xml, node-proxy-agent, ${misc:Depends}, Description: very simple module for making HTTP requests This module is a very simple wrapper around Node's built-in http library for making HTTP requests. It provides an easy way to send an HTTP GET or POST, including things like support for HTTPS (SSL), file uploads and JSON REST style API calls. Compressed responses are also handled automatically. . Node.js is an event-based server-side JavaScript engine.