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

Changelog

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

  [ Roland Mas ]
  * Declare compliance with policy 4.5.0

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-http-proxy: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 21:03:07 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-http-proxy_1.18.1-8.dsc 2.3 KiB 18fc88d2c85a4c4219d07718cc24d67324951f9c21d9e4541d3eee3217486b0a
node-http-proxy_1.18.1.orig.tar.gz 143.4 KiB f3dee1952eca92393f35cb7f1e69e4850a672e4e453a70a8a29e46585ba32522
node-http-proxy_1.18.1-8.debian.tar.xz 2.9 KiB 77c8b706b9a7fb7350cfa2de3bdda0f4083ad5f437f7b550ad35b1744273978b

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.