!IMPORTANT In active development!
A set of useful rack middlewares.
Installation
gem 'blast_wave'
bundle install
require 'blast_wave'
Usage
- 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;
Contributing
- 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
License
Released under MIT License.
Authors
Created by Rustam Ibragimov