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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
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 |
Available diffs
- diff from 5.0.1+~cs8.0.0-1 to 5.0.1+~cs8.0.0-3 (971 bytes)
- diff from 5.0.1+~cs8.0.0-2 to 5.0.1+~cs8.0.0-3 (575 bytes)
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).