JSPM

  • Created
  • Published
  • Downloads 1236
  • Score
    100M100P100Q107013F
  • License ISC

A fully configurable HTTP/HTTPS proxy in Node.js

Package Exports

  • anyproxy
  • anyproxy/bin/anyproxy-ca
  • anyproxy/lib/certMgr
  • anyproxy/lib/rule_default

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (anyproxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AnyProxy

AnyProxy 4.0正在beta中,欢迎提供反馈

详细文档:http://anyproxy.io/4.x/

issue反馈:https://github.com/alibaba/anyproxy/issues

Intro

AnyProxy是一个开放式的HTTP代理服务器。

主要特性包括:

  • 基于Node.js,开放二次开发能力,允许自定义请求处理逻辑
  • 支持Https的解析
  • 提供GUI界面,用以观察请求

相比3.x版本,AnyProxy 4.0的主要变化:

  • 规则文件(Rule)全面支持Promise和Generator
  • 简化了规则文件内的接口
  • Web版界面重构