node http proxy:node.js的全功能http代理 源码
节点http代理 node-http-proxy是一个支持websocket的HTTP可编程代理库。 它适合于实现诸如反向代理和负载平衡器之类的组件。 目录 安装 npm install http-proxy --save 从0.8.x升级? 点击 核心理念 通过调用createProxyServer并将options对象作为参数传递来创建新的代理() var httpProxy = require ( 'http-proxy' ) ; var proxy = httpProxy . createProxyServer ( options ) ; // See (†) †除非在对象上调
文件列表
node-http-proxy-master.zip
(预估有个59文件)
node-http-proxy-master
codecov.yml
156B
.gitattributes
25B
lib
http-proxy.js
3KB
http-proxy
passes
web-outgoing.js
5KB
ws-incoming.js
4KB
web-incoming.js
6KB
用户评论