node-https-proxy-agent 5.0.0+~cs8.0.0-4 source package in Ubuntu
Changelog
node-https-proxy-agent (5.0.0+~cs8.0.0-4) unstable; urgency=medium * Team upload * Fix filenamemangle * Fix test for nodejs 14 (Closes: #1008512) -- Yadd <email address hidden> Mon, 28 Mar 2022 16:40:16 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-https-proxy-agent_5.0.0+~cs8.0.0-4.dsc | 3.0 KiB | 526e329b8152ff09beb8e7fbcb1b173b0667474ae1f9c0a18f6598bcc0d3d431 |
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-4.debian.tar.xz | 4.4 KiB | 994e753b6f46e1dc13178ac75aa0945e12acbb215b138eef3e53caa5075dc4f5 |
Available diffs
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).