mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-18 17:35:18 +08:00
支持brotli和deflate压缩方式
This commit is contained in:
5
pkg/serverconfigs/shared/formatter.go
Normal file
5
pkg/serverconfigs/shared/formatter.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package shared
|
||||
|
||||
type Formatter = func(s string) string
|
||||
Reference in New Issue
Block a user