将请求的一些方法改为可exported,方便以后扩展

This commit is contained in:
GoEdgeLab
2021-12-30 11:19:11 +08:00
parent 67213a1604
commit 2a7dbd3c41
18 changed files with 224 additions and 91 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build !script
// +build !script
package nodes
func (this *HTTPRequest) onInit() {
}
func (this *HTTPRequest) onRequest() {
}