node-http-proxy 1.18.1-5 source package in Ubuntu

Changelog

node-http-proxy (1.18.1-5) unstable; urgency=medium

  * Disable autopkgtests for now (they depend on node-socket.io, which is
    not available yet).

 -- Roland Mas <email address hidden>  Wed, 24 Nov 2021 12:00:58 +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 Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-http-proxy_1.18.1-5.dsc 2.3 KiB bc92efbccc6515b7a101bdccbc54cc4089bcf8db70be5f7c99e6894bac65b90f
node-http-proxy_1.18.1.orig.tar.gz 143.4 KiB f3dee1952eca92393f35cb7f1e69e4850a672e4e453a70a8a29e46585ba32522
node-http-proxy_1.18.1-5.debian.tar.xz 2.7 KiB 404968c89d08f0734f4c938c2c87340d7a36046cbb5c1ccdd970063871590c0d

Available diffs

No changes file available.

Binary packages built by this source

node-http-proxy: HTTP programmable proxying library that supports websockets.

 It is suitable for implementing components such as reverse proxies and load
 balancers.
 A new proxy is created by calling createProxyServer and passing an options
 object as argument.
 var httpProxy = require('http-proxy');
 var proxy = httpProxy.createProxyServer(options);
 .
 This package is useful for Node.js web applications
 that want to support websockets.