mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-03-27 02:55:36 +08:00
实现HTTP部分功能
This commit is contained in:
@@ -5,3 +5,7 @@ type HTTPHeaderPolicyRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
HeaderPolicyId int64 `yaml:"headerPolicyId" json:"headerPolicyId"`
|
||||
}
|
||||
|
||||
func (this *HTTPHeaderPolicyRef) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user