https://github.com/0exp/blast_wave
A set of useful rack middlewares (in active development)
https://github.com/0exp/blast_wave
rack rack-middleware rails-middleware
Last synced: 8 months ago
JSON representation
A set of useful rack middlewares (in active development)
- Host: GitHub
- URL: https://github.com/0exp/blast_wave
- Owner: 0exp
- License: mit
- Created: 2018-07-29T14:05:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T20:08:10.000Z (over 6 years ago)
- Last Synced: 2024-11-24T16:30:09.616Z (over 1 year ago)
- Topics: rack, rack-middleware, rails-middleware
- Language: Ruby
- Homepage: https://github.com/0exp/blast_wave
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# BlastWave · [](https://badge.fury.io/rb/blast_wave) [](https://travis-ci.org/0exp/blast_wave) [](https://coveralls.io/github/0exp/blast_wave?branch=master)
**!IMPORTANT** In active development!
A set of useful **rack** middlewares.
## Installation
```ruby
gem 'blast_wave'
```
```shell
bundle install
```
```ruby
require 'blast_wave'
```
## Usage
- [Rack::BlastWave::RequestId](/docs/request_id.md) - provides an unique id attribute to the each request;
- [Rack::BlastWave::WhiteList](/docs/white_list.md) - a set of filters that allows requests;
- [Rack::BlastWave::BlackList](/docs/black_list.md) - 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](https://github.com/0exp/)