mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-19 18:45:25 +08:00
增加字符编码/HTTP Header管理
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func TestHeaderList_FormatHeaders(t *testing.T) {
|
||||
list := NewHTTPHeaders()
|
||||
list := NewHTTPHeaderPolicy()
|
||||
err := list.Init()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user