Gzip middleware is provided by NYTimes/gziphandler.

    1. import (
    2. "github.com/clevergo/clevergo"
    3. "github.com/NYTimes/gziphandler"
    4. )
    1. router.Use(clevergo.WrapHH(gziphandler.GzipHandler))