Gzip middleware is provided by NYTimes/gziphandler.
import (
"github.com/clevergo/clevergo"
"github.com/NYTimes/gziphandler"
)
router.Use(clevergo.WrapHH(gziphandler.GzipHandler))
Gzip middleware is provided by NYTimes/gziphandler.
import (
"github.com/clevergo/clevergo"
"github.com/NYTimes/gziphandler"
)
router.Use(clevergo.WrapHH(gziphandler.GzipHandler))
本文档使用 BookStack 构建