mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 15:00:26 +08:00
12 lines
206 B
Go
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() {
|
|
}
|