Skip to content

Commit

Permalink
Merge pull request #569 from kgrz/patch-2
Browse files Browse the repository at this point in the history
Fixes #542
  • Loading branch information
rkh committed Sep 4, 2012
2 parents 4184074 + 6ec1aa4 commit ddbba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -1144,7 +1144,7 @@ error handlers) through the <tt>request</tt> method:
request.host # "example.com"
request.get? # true (similar methods for other verbs)
request.form_data? # false
request["SOME_HEADER"] # value of SOME_HEADER header
request["some_param"] # value of some_param parameter. [] is a shorcut to the params hash.
request.referrer # the referrer of the client or '/'
request.user_agent # user agent (used by :agent condition)
request.cookies # hash of browser cookies
Expand Down

0 comments on commit ddbba34

Please sign in to comment.