[ ソース: node-https-proxy-agent ]
パッケージ: node-https-proxy-agent (5.0.0+~cs8.0.0-5~bpo11+1)
node-https-proxy-agent に関するリンク
Debian の資源:
node-https-proxy-agent ソースパッケージをダウンロード:
- [node-https-proxy-agent_5.0.0+~cs8.0.0-5~bpo11+1.dsc]
- [node-https-proxy-agent_5.0.0+~cs8.0.0.orig-http-proxy-agent.tar.gz]
- [node-https-proxy-agent_5.0.0+~cs8.0.0.orig-tootallnate-once.tar.gz]
- [node-https-proxy-agent_5.0.0+~cs8.0.0.orig.tar.gz]
- [node-https-proxy-agent_5.0.0+~cs8.0.0-5~bpo11+1.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