Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.2.6) is shown here.
formatted_post?()
public
Is this a POST request formatted as XML or YAML?
Show source
def formatted_post?
post? && (post_format == :yaml || post_format == :xml)
end