yaml_post?()
Is this a POST request formatted as YAML?
# File actionpack/lib/action_controller/deprecated_request_methods.rb, line 30 def yaml_post? post? && post_format == :yaml end