node-stream-http 2.8.3+dfsg-1 source package in Ubuntu

Changelog

node-stream-http (2.8.3+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Bump policy and compat
  * Move to salsa

 -- Bastien Roucariès <email address hidden>  Thu, 07 Jun 2018 16:06:30 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stream-http_2.8.3+dfsg-1.dsc 2.4 KiB 915308f965a65f0febfd62b5f333d936c2a988f2a955acab3020d1978ded3e9a
node-stream-http_2.8.3+dfsg.orig.tar.gz 64.7 KiB 9623b459e212df52e61837f22e1d9a2d808174bc8dcd6dc4ef7e95bb86eb45d5
node-stream-http_2.8.3+dfsg-1.debian.tar.xz 7.0 KiB dcd365e34539e73eb5fa27f84b973d3b34afcd105faa41011e2fa298157a3160

Available diffs

No changes file available.

Binary packages built by this source

node-stream-http: streaming http in browser context

 This module is an implementation of Node.js's native http module for the
 browser. It tries to match Node's API and behavior as closely as
 possible, but some features aren't available, since browsers don't
 give nearly as much control over requests.
 .
 This is heavily inspired by, and intended to replace, http-browserify.
 .
 Node.js is an event-based server-side JavaScript engine.