Files
EdgeCommon/pkg/serverconfigs/http_gzip_config_test.go

10 lines
102 B
Go
Raw Normal View History

2020-09-16 09:09:31 +08:00
package serverconfigs
import (
"testing"
)
func TestGzipConfig_MatchContentType(t *testing.T) {
}