This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/serverconfigs/shared/http_headers_config_test.go
T

14 lines
177 B
Go

package shared
import (
"testing"
)
func TestHeaderList_FormatHeaders(t *testing.T) {
list := NewHTTPHeaderPolicy()
err := list.Init()
if err != nil {
t.Fatal(err)
}
}