[ 源代码: 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