Documentation ¶
Overview ¶
Package zip :: gzip.go - gzip writer and handler
GZipHandler constructs a http handler wrapper to add gzip compression. See https://gist.github.com/bryfry/09a650eb8aac0fb76c24
Package zip :: zip.go - zip extensions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GZipResponseWriter ¶
type GZipResponseWriter struct { io.Writer http.ResponseWriter // contains filtered or unexported fields }
GZipResponseWriter struct wraps an io.Writer and http.ResponseWriter
Click to show internal directories.
Click to hide internal directories.