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