支持brotli和deflate压缩方式

This commit is contained in:
GoEdgeLab
2021-09-29 19:37:32 +08:00
parent f90c362785
commit 8fabdd579e
16 changed files with 836 additions and 286 deletions

View File

@@ -0,0 +1,5 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package shared
type Formatter = func(s string) string