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

Changelog

node-http-proxy (1.18.1-2) unstable; urgency=low

  * Update debian/copyright to include all copyright holders.

 -- Roland Mas <email address hidden>  Wed, 10 Nov 2021 20:38:22 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low 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-2.dsc 2.2 KiB 27b7e21441b196223dcdd6b6a7417f52282b2b113d3d1bffd816db995c855241
node-http-proxy_1.18.1.orig.tar.gz 143.4 KiB f3dee1952eca92393f35cb7f1e69e4850a672e4e453a70a8a29e46585ba32522
node-http-proxy_1.18.1-2.debian.tar.xz 2.3 KiB 30a04ee4a488fb97a082d2900c134173e7173ec6ea1bef88e25851aef7f61c02

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.