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

Changelog

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

  * Team upload
  * Update typescript workaround (Closes: #1002269)

 -- Yadd <email address hidden>  Tue, 21 Dec 2021 18:03:15 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-https-proxy-agent_5.0.0+~cs8.0.0-3.dsc 3.0 KiB 200db9a95eb7287bc028091ee6552f9cca0a010ed649e96e9963e9e90131318a
node-https-proxy-agent_5.0.0+~cs8.0.0.orig-http-proxy-agent.tar.gz 9.1 KiB 4e52d58f2dea1a0dbca5eb1aa0becbabd1d311f0a0341a460ac3612458ac4a69
node-https-proxy-agent_5.0.0+~cs8.0.0.orig-tootallnate-once.tar.gz 5.6 KiB 062f00ecc8cf7199d7061a760a090ce7ef60054229774079097d0a822ebcf0fd
node-https-proxy-agent_5.0.0+~cs8.0.0.orig.tar.gz 10.8 KiB 2dbd9b7d861c4798234ecccb7a535a2817b6c6a94a3b2767ecc382989c872a4f
node-https-proxy-agent_5.0.0+~cs8.0.0-3.debian.tar.xz 3.8 KiB f045ea2cbfc769eb043be249a1aaff1e7b9706dc34b66b7aea98a83339806513

No changes file available.

Binary packages built by this source

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

 This module 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, which tells the proxy to open a direct TCP
 connection to the destination server.
 .
 Since this agent implements the CONNECT HTTP method, it also works with other
 protocols that use this method when connecting over proxies (i.e. WebSockets).