[ 源代码: node-https-proxy-agent ]
软件包:node-https-proxy-agent(5.0.0-3)
node-https-proxy-agent 的相关链接
Debian 的资源:
下载源码包 node-https-proxy-agent:
- [node-https-proxy-agent_5.0.0-3.dsc]
- [node-https-proxy-agent_5.0.0.orig.tar.gz]
- [node-https-proxy-agent_5.0.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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).
其他与 node-https-proxy-agent 有关的软件包
|
|
|
|
-
- dep: node-agent-base (>= 6)
- Turn a function into an http.Agent instance
-
- dep: node-debug (>= 4)
- small debugging utility for Node.js
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable