Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
post?()
public
Is this a POST request? Equivalent to request.method == :post.
# File actionpack/lib/action_controller/request.rb, line 52
def post?
request_method == :post
end