Gzip 中間件由 NYTimes/gziphandler 提供。
import (
"github.com/clevergo/clevergo"
"github.com/NYTimes/gziphandler"
)
router.Use(clevergo.WrapHH(gziphandler.GzipHandler))
Gzip 中間件由 NYTimes/gziphandler 提供。
import (
"github.com/clevergo/clevergo"
"github.com/NYTimes/gziphandler"
)
router.Use(clevergo.WrapHH(gziphandler.GzipHandler))
本文档使用 BookStack 构建