Documentation
¶
Overview ¶
Package gzip is a partial implementation of the gzip API using the standard library compress/gzip package. It contains the part of the API used by httpgzip.
Index ¶
Constants ¶
View Source
const ( NoCompression = gzip.NoCompression BestSpeed = gzip.BestSpeed BestCompression = gzip.BestCompression DefaultCompression = gzip.DefaultCompression )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.