Is this a GET (or HEAD) request? Equivalent to request.method == :get
# File action_controller/request.rb, line 39 def get? method == :get end
<code/>
<pre/>
<code/>and<pre/>for code samples.