0.0.1 • Published 8 years ago
mr2 v0.0.1
Mr.2
Mr.2 是一个代理服务,提供一个代理服务端及一个客户端,可在客户端中进行配置来更改服务端的代理行为。 服务端能代理任何 HTTP(S) 请求,并可根据配置规则来修改请求参数及响应数据。
安装
$ sudo npm install -g mr2
运行
$ mr2 start
start service - localhost:8081
start client - localhost:8082
访问
在客户端进行相关配置后,便可以调用服务端进行访问:
$ wget http://localhost:8081/app/index.html
output ...
0.0.1
8 years ago