method
post_format
rails latest stable - Class:
ActionController::AbstractRequest
post_format()public
Determine whether the body of a HTTP call is URL-encoded (default) or matches one of the registered param_parsers.
For backward compatibility, the post format is extracted from the X-Post-Data-Format HTTP header if present.