class

ActionDispatch::QueryParser

rails latest stable - Superclass: Object

Class not available on this version

This class is only available on newer versions. The first available version (v8.0.0) is shown here.

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