node-https-proxy-agent 5.0.1+~cs8.0.0-3 source package in Ubuntu

Changelog

node-https-proxy-agent (5.0.1+~cs8.0.0-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Mon, 28 Nov 2022 17:37:39 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-https-proxy-agent_5.0.1+~cs8.0.0-3.dsc 3.0 KiB 1998247972a9bc35692b3ded13382532ac9a7e00a39e3a8924bb080cede94f02
node-https-proxy-agent_5.0.1+~cs8.0.0.orig-http-proxy-agent.tar.gz 9.1 KiB 4e52d58f2dea1a0dbca5eb1aa0becbabd1d311f0a0341a460ac3612458ac4a69
node-https-proxy-agent_5.0.1+~cs8.0.0.orig-tootallnate-once.tar.gz 5.6 KiB 062f00ecc8cf7199d7061a760a090ce7ef60054229774079097d0a822ebcf0fd
node-https-proxy-agent_5.0.1+~cs8.0.0.orig.tar.gz 10.7 KiB 1afed785d8d9deadac371824d6622aeabc7919ed6db3b3a6ad0033bd1105d2f4
node-https-proxy-agent_5.0.1+~cs8.0.0-3.debian.tar.xz 4.6 KiB 9221cd41040f20d1fb263a385ae7d1cfa20f1ca0bcc7884098ea5bd9a36ef03e

No changes file available.

Binary packages built by this source

node-https-proxy-agent: HTTP(s) proxy http.Agent implementation for HTTPS

 node-http-proxy-agent provides an http.Agent implementation that connects
 to a specified HTTP or HTTPS proxy server, and can be used with the built-in
 https module.
 .
 Specifically, this Agent implementation connects to an intermediary "proxy"
 server and issues the CONNECT HTTP method, which tells the proxy to open a
 direct TCP connection to the destination server.