Sha256: 37afd256665ab10fe8f155e038ade4f2b71ed9e578c1a20c5234f1970eda861d

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

# Rack::Contrib::ContentHash

Provide a simple interface for multiple `Content-*` hashes.

## Supported:

 - `Content-MD5`
 - `Content-SHA1`

## Usage

```ruby
# config.ru

use Rack::Contrib::ContentHash, md5: true, sha1: true
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rack-content-hash-0.0.2 README.md
rack-content-hash-0.0.1 README.md