# 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 ```