README: link to Rack::Request documentation

This commit is contained in:
Aaron Suggs 2015-03-06 15:47:32 -05:00
parent 5fbe7de686
commit 77d0493bc4

View file

@ -95,7 +95,7 @@ can cleanly monkey patch helper methods onto the
Define whitelists, blacklists, throttles, and tracks as blocks that return truthy values if matched, falsy otherwise. In a Rails app
these go in an initializer in `config/initializers/`.
A [Rack::Request](https://github.com/rack/rack/blob/master/lib/rack/request.rb) object is passed to the block (named 'req' in the examples).
A [Rack::Request](http://www.rubydoc.info/gems/rack/Rack/Request) object is passed to the block (named 'req' in the examples).
### Whitelists