File: README.md

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 (19 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
httpgzip
========

[![Build Status](https://travis-ci.org/shurcooL/httpgzip.svg?branch=master)](https://travis-ci.org/shurcooL/httpgzip) [![GoDoc](https://godoc.org/github.com/shurcooL/httpgzip?status.svg)](https://godoc.org/github.com/shurcooL/httpgzip)

Package httpgzip provides net/http-like primitives
that use gzip compression when serving HTTP requests.

Installation
------------

```bash
go get -u github.com/shurcooL/httpgzip
```

License
-------

-	[MIT License](LICENSE)