# File lib/action_controller/request.rb, line 77
    def yaml_post?
      post? && post_format == :yaml
    end