mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-10 08:05:38 +08:00
实现HTTP部分功能
This commit is contained in:
@@ -5,3 +5,7 @@ type HTTPCharsetConfig struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
|
||||
Charset string `yaml:"charset" json:"charset"` // 字符集
|
||||
}
|
||||
|
||||
func (this *HTTPCharsetConfig) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user