mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-07-27 07:45:41 +00:00
update doc
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
module.exports = {
|
||||
summary:function(){
|
||||
console.log("this is the default rule for anyproxy, which supports CORS request");
|
||||
},
|
||||
|
||||
shouldUseLocalResponse : function(req,reqBody){
|
||||
//intercept all options request
|
||||
if(req.method == "OPTIONS"){
|
||||
|
Reference in New Issue
Block a user