node-stream-http 3.2.0+dfsg-4 source package in Ubuntu

Changelog

node-stream-http (3.2.0+dfsg-4) unstable; urgency=medium

  * Patch: disable fetch for test

 -- Jérémy Lal <email address hidden>  Mon, 18 Jul 2022 17:18:52 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stream-http_3.2.0+dfsg-4.dsc 2.3 KiB 682d59185a5c6e2bb6bbf59e8ea51985e81055fe261e0dd108b30516205e1fe1
node-stream-http_3.2.0+dfsg.orig.tar.xz 14.5 KiB 7bb988d96dfeb8179dff31ce46a7b58828efbb897570661c73a415868f63ee5c
node-stream-http_3.2.0+dfsg-4.debian.tar.xz 4.5 KiB 31930d1ec6ee3f2ca84feaf6f8dadff66e7ed3f5e2a9dba387f2127a3a136d51

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.