File: doc.go

package info (click to toggle)
golang-github-shurcool-httpgzip 0.0~git20190516.1c7afaa-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
// Package httpgzip provides net/http-like primitives
// that use gzip compression when serving HTTP requests.
package httpgzip