https://github.com/ckampfe/accepts_gzip
A Plug for accepting gzip-encoded data
https://github.com/ckampfe/accepts_gzip
Last synced: 9 months ago
JSON representation
A Plug for accepting gzip-encoded data
- Host: GitHub
- URL: https://github.com/ckampfe/accepts_gzip
- Owner: ckampfe
- License: lgpl-3.0
- Created: 2016-05-07T21:36:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T03:51:41.000Z (about 10 years ago)
- Last Synced: 2025-03-27T16:22:25.252Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AcceptsGzip
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add accepts_gzip to your list of dependencies in `mix.exs`:
def deps do
[{:accepts_gzip, "~> 0.0.1"}]
end