[ 原始碼: node-https-proxy-agent ]
套件:node-https-proxy-agent(5.0.1+~cs8.0.0-3)
node-https-proxy-agent 的相關連結
Debian 的資源:
下載原始碼套件 node-https-proxy-agent:
- [node-https-proxy-agent_5.0.1+~cs8.0.0-3.dsc]
- [node-https-proxy-agent_5.0.1+~cs8.0.0.orig-http-proxy-agent.tar.gz]
- [node-https-proxy-agent_5.0.1+~cs8.0.0.orig-tootallnate-once.tar.gz]
- [node-https-proxy-agent_5.0.1+~cs8.0.0.orig.tar.gz]
- [node-https-proxy-agent_5.0.1+~cs8.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
- Turn a function into an http.Agent instance
-
- dep: node-debug (>= 4)
- small debugging utility for Node.js
-
- dep: node-events
- Node.js events module to embed by web packers