Documentation ¶
Overview ¶
Package gzip middleware comes from github.com/gin-gonic/contrib/gzip Fixed response writer issue
Index ¶
Constants ¶
View Source
const ( // BestCompression delegates from BestCompression of compress/gzip BestCompression = gogzip.BestCompression // BestSpeed delegates from BestSpeed of compress/gzip BestSpeed = gogzip.BestSpeed // DefaultCompression delegates from DefaultCompression of compress/gzip DefaultCompression = gogzip.DefaultCompression // NoCompression delegates from NoCompression of compress/gzip NoCompression = gogzip.NoCompression )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.