Rack::Robustness 1.0, the rescue clause of your Rack stack

Hi all,

I’m please to announce the first release of Rack::Robustness, a Rack
middleware towards more robust web applications.

gem install rack-robustness
gem “rack-robustness”, “~> 1.0”
require ‘rack/robustness’

Info and rationale can be found:

Bernard