mirror of
https://github.com/labstack/echo.git
synced 2025-07-15 01:34:53 +02:00
Updated docs, exposed middleware.DefaultSkipper
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@ -36,7 +36,7 @@ const (
|
||||
var (
|
||||
// DefaultGzipConfig is the default Gzip middleware config.
|
||||
DefaultGzipConfig = GzipConfig{
|
||||
Skipper: defaultSkipper,
|
||||
Skipper: DefaultSkipper,
|
||||
Level: -1,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user