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.
xml_post?()
public
Is this a POST request formatted as XML?
Show source
def xml_post?
post? && post_format == :xml
end