class ParamsParser
Ruby on Rails 5.0.7.2
Since v3.0.20 Last seen in v5.0.7.2ActionDispatch::ParamsParser works for all the requests having any Content-Length (like POST). It takes raw data from the request and puts it through the parser that is picked based on Content-Type header.
In case of any error while parsing data ParamsParser::ParseError is raised.
Inherits from
Namespace
Classes
Methods (defined here)
- self. new
Methods (inherited)
From Object
(25)
- # <
- # acts_like?
- # blank?
- # change
- # create_fixtures
- # deep_dup
- # destroy
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # perform
- # presence
- # presence_in
- # present?
- # subscribed
- # to_param
- # to_query
- # try
- # try!
- # unescape
- # unsubscribed
- # with_options
- self. table_name_prefix