mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-08 14:35:39 +08:00
实现HTTP部分功能
This commit is contained in:
7
pkg/serverconfigs/shared/http_header_ref.go
Normal file
7
pkg/serverconfigs/shared/http_header_ref.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package shared
|
||||
|
||||
// Header引用
|
||||
type HTTPHeaderRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
HeaderId int64 `yaml:"headerId" json:"headerId"`
|
||||
}
|
||||
Reference in New Issue
Block a user