1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection/README.md

18 lines
198 B
Markdown
Raw Normal View History

2011-05-23 04:07:54 -04:00
You should use protection!
# Usage
``` ruby
# config.ru
require 'rack/protection'
use Rack::Protection
```
# Installation
gem install rack-protection
# TODO
* Write code and documentation