Files
waf-platform/EdgeNode/internal/nodes/http_request_events.go
2026-02-04 20:27:13 +08:00

12 lines
206 B
Go

// 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() {
}