增加字符编码/HTTP Header管理

This commit is contained in:
刘祥超
2020-09-16 20:29:26 +08:00
parent 688e88d0cc
commit 0ad7ac7797
22 changed files with 3275 additions and 135 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestHeaderList_FormatHeaders(t *testing.T) {
list := NewHTTPHeaders()
list := NewHTTPHeaderPolicy()
err := list.Init()
if err != nil {
t.Fatal(err)