# File lib/action_controller/request.rb, line 67
    def formatted_post?
      post? && (post_format == :xml || post_format == :yaml)
    end