https://github.com/go-macaron/gzip
Package gzip is a middleware that provides Gzip compress to responses for Macaron.
https://github.com/go-macaron/gzip
gzip lsif-enabled macaron middleware
Last synced: 9 months ago
JSON representation
Package gzip is a middleware that provides Gzip compress to responses for Macaron.
- Host: GitHub
- URL: https://github.com/go-macaron/gzip
- Owner: go-macaron
- License: apache-2.0
- Created: 2015-10-11T00:49:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T13:27:08.000Z (over 3 years ago)
- Last Synced: 2025-03-27T03:02:00.450Z (10 months ago)
- Topics: gzip, lsif-enabled, macaron, middleware
- Language: Go
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gzip
[](https://github.com/go-macaron/gzip/actions?query=workflow%3AGo)
[](https://codecov.io/gh/go-macaron/gzip)
[](https://pkg.go.dev/github.com/go-macaron/gzip?tab=doc)
[](https://sourcegraph.com/github.com/go-macaron/gzip)
Middleware gzip provides compress to responses for [Macaron](https://github.com/go-macaron/macaron).
### Installation
go get github.com/go-macaron/gzip
## Getting Help
- [API Reference](https://gowalker.org/github.com/go-macaron/gzip)
- [Documentation](https://go-macaron.com/middlewares/gzip)
## Credits
This package is a modified version of [martini-contrib/gzip](https://github.com/martini-contrib/gzip).
## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.