[ 原始碼: 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