= private = protected
get?()
Is this a GET request? Equivalent to request.method == :get
# File actionpack/lib/action_controller/request.rb, line 17 def get? method == :get end