# File lib/action_dispatch/http/request.rb, line 117
    def put?
      HTTP_METHOD_LOOKUP[request_method] == :put
    end