update doc

This commit is contained in:
加里
2014-09-03 15:39:31 +08:00
parent 87167ab01d
commit bed132d7c5
3 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ module.exports = {
/*
these functions will overwrite the default ones, write your own when necessary.
*/
summary:function(){
console.log("this is a blank rule for anyproxy");
},
//whether to intercept this request by local logic
//if the return value is true, anyproxy will call dealLocalResponse to get response data and will not send request to remote server anymore