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

Changelog

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

  * Add myself to uploaders.

 -- Roland Mas <email address hidden>  Sun, 21 Nov 2021 20:45:29 +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-4.dsc 2.3 KiB 2711396e7f6a77575590afd7cf23f539ae7f4ccf07627002a941d198db218540
node-http-proxy_1.18.1.orig.tar.gz 143.4 KiB f3dee1952eca92393f35cb7f1e69e4850a672e4e453a70a8a29e46585ba32522
node-http-proxy_1.18.1-4.debian.tar.xz 2.7 KiB 8d35e9af9d6b17814d80415e88f642b34f27ee10cdaa11daba9ef4fc8841898a

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.