2024-05-17 18:30:33 +08:00
|
|
|
// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
|
2021-12-30 11:19:11 +08:00
|
|
|
//go:build !script
|
|
|
|
|
// +build !script
|
|
|
|
|
|
|
|
|
|
package nodes
|
|
|
|
|
|
|
|
|
|
func (this *HTTPRequest) onInit() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (this *HTTPRequest) onRequest() {
|
|
|
|
|
}
|