!IMPORTANT In active development!
A set of useful rack middlewares.
gem 'blast_wave'
bundle install
require 'blast_wave'
- Rack::BlastWave::RequestId - provides an unique id attribute to the each request;
- Rack::BlastWave::WhiteList - a set of filters that allows requests;
- Rack::BlastWave::BlackList - a set of filters that blocks requests;
- Fork it (https://github.com/0exp/blast_wave/fork)
- Create your feature branch (
git checkout -b feature/my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/my-new-feature
) - Create new Pull Request
Released under MIT License.
Created by Rustam Ibragimov