You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
772 B

  1. # gzip [![Build Status](https://travis-ci.org/go-macaron/gzip.svg?branch=master)](https://travis-ci.org/go-macaron/gzip) [![](http://gocover.io/_badge/github.com/go-macaron/gzip)](http://gocover.io/github.com/go-macaron/gzip)
  2. Middleware gzip provides compress to responses for [Macaron](https://github.com/go-macaron/macaron).
  3. ### Installation
  4. go get github.com/go-macaron/gzip
  5. ## Getting Help
  6. - [API Reference](https://gowalker.org/github.com/go-macaron/gzip)
  7. - [Documentation](http://go-macaron.com/docs/middlewares/gzip)
  8. ## Credits
  9. This package is a modified version of [martini-contrib/gzip](https://github.com/martini-contrib/gzip).
  10. ## License
  11. This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.