[ 原始碼: node-proxy-agents ]
套件:node-https-proxy-agent(7.0.4~0~2024040606-4)
node-https-proxy-agent 的相關連結
Debian 的資源:
下載原始碼套件 node-proxy-agents:
- [node-proxy-agents_0~2024040606-4.dsc]
- [node-proxy-agents_0~2024040606.orig-args.tar.xz]
- [node-proxy-agents_0~2024040606.orig-basic-ftp.tar.xz]
- [node-proxy-agents_0~2024040606.orig-types-args.tar.xz]
- [node-proxy-agents_0~2024040606.orig.tar.xz]
- [node-proxy-agents_0~2024040606-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 node-https-proxy-agent 有關的套件
|
|
|
|
-
- dep: node-agent-base (>= 7)
- Node.js wrapper around http.Agent class