An open API service indexing awesome lists of open source software.

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

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