module ActionController::BodyParser
Defined in:
action-controller/body_parser.crConstant Summary
-
CONTENT_TYPES =
{"application/x-www-form-urlencoded": :url_encoded_form, "application/x-url-encoded": :url_encoded_form, "multipart/form-data": :multipart_form}