Files
EdgeNode/internal/nodes/http_request_events.go
2024-05-17 18:30:33 +08:00

12 lines
201 B
Go

// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
//go:build !script
// +build !script
package nodes
func (this *HTTPRequest) onInit() {
}
func (this *HTTPRequest) onRequest() {
}