Files
EdgeCommon/pkg/serverconfigs/http_gzip_config_test.go
2020-09-29 17:23:11 +08:00

10 lines
102 B
Go

package serverconfigs
import (
"testing"
)
func TestGzipConfig_MatchContentType(t *testing.T) {
}