class
ActionDispatch::QueryParser
rails latest stable
- Superclass: Object
No documentation available for this class.
Constants
COMMON_SEP = { ";" => /; */n, ";," => /[;,] */n, "&" => /& */n, "&;" => /[&;] */n }
COMPAT_SEP = /[&;] */n
DEFAULT_SEP = /& */n
SEMICOLON_COMPAT = defined?(::Rack::QueryParser::DEFAULT_SEP) && ::Rack::QueryParser::DEFAULT_SEP.to_s.include?(";")
Files
- actionpack/lib/action_dispatch/http/query_parser.rb