From 7aadb44cc9cd86c78dce080308e84ce9ba4b3fb9 Mon Sep 17 00:00:00 2001 From: Otto Mao Date: Mon, 5 Feb 2018 10:16:39 +0800 Subject: [PATCH] building docs --- docs/cn/index.html | 9 +++++---- docs/cn/search_index.json | 2 +- docs/cn/src_doc.md | 5 +++-- docs/en/index.html | 17 +++++++++-------- docs/en/search_index.json | 2 +- docs/en/src_doc.md | 13 +++++++------ docs/gitbook/gitbook.js | 4 ++-- docs/gitbook/theme.js | 2 +- docs/index.html | 2 +- docs/search_index.json | 2 +- 10 files changed, 31 insertions(+), 27 deletions(-) diff --git a/docs/cn/index.html b/docs/cn/index.html index dc2524a..326e133 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -7,7 +7,7 @@ 简介 · AnyProxy - + @@ -809,11 +809,11 @@ rule: require('myRuleModule'), webInterface: { enable: true, - webPort: 8002, - wsPort: 8003, + webPort: 8002 }, throttle: 10000, forceProxyHttps: false, + wsIntercept: false, // 不开启websocket代理 silent: false }; const proxyServer = new AnyProxy.ProxyServer(options); @@ -840,6 +840,7 @@ proxyServer.close();
  • forceProxyHttps {boolean} 是否强制拦截所有的https,忽略规则模块的返回,默认false
  • silent {boolean} 是否屏蔽所有console输出,默认false
  • dangerouslyIgnoreUnauthorized {boolean} 是否忽略请求中的证书错误,默认false
  • +
  • wsIntercept {boolean} 是否开启websocket代理,默认false
  • webInterface {object} web版界面配置