Sha256: 2cb09cf37bd99b1332ecd17cf970886f22a1b59c1a9f39e1e3aea14393dd3545

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

# Rack::Contrib::StaleCall

Provide a simple method for validating that a request isn't a time traveler.
Prevents old requests from being run again, and future requests from being run.

## Usage

```ruby
# config.ru

use Rack::Contrib::StaleCall
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-stale-call-0.0.1 README.md