[ ソース: node-http-proxy ]
パッケージ: node-http-proxy (1.18.1-8)
node-http-proxy に関するリンク
Debian の資源:
node-http-proxy ソースパッケージをダウンロード:
- [node-http-proxy_1.18.1-8.dsc]
- [node-http-proxy_1.18.1.orig.tar.gz]
- [node-http-proxy_1.18.1-8.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
HTTP programmable proxying library that supports websockets.
It is suitable for implementing components such as reverse proxies and load balancers. A new proxy is created by calling createProxyServer and passing an options object as argument. var httpProxy = require('http-proxy'); var proxy = httpProxy.createProxyServer(options);
This package is useful for Node.js web applications that want to support websockets.
その他の node-http-proxy 関連パッケージ
|
|
|
|
-
- dep: node-eventemitter3
- high performance eventemitter for Node.js
-
- dep: node-follow-redirects
- HTTP and HTTPS modules that follow redirects
-
- dep: node-requires-port
- checks if a protocol requires a certain port number to be added to an URL