github.com/TeaOSLab/EdgeNode@v1.3.8/internal/nodes/http_request_plan_before.go (about) 1 // Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. 2 //go:build !plus 3 4 package nodes 5 6 // 检查套餐 7 func (this *HTTPRequest) doPlanBefore() (blocked bool) { 8 // stub 9 return false 10 }