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
Konstantin Haase 0985552f33 initial commit
2011-05-23 10:07:54 +02:00

17 lines
198 B
Markdown

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