method
parse
v1_8_7_330 -
Show latest stable
-
1 note -
Class: CGI
- 1_8_6_287 (0)
- 1_8_7_72 (0)
- 1_8_7_330 (0)
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125 (-2)
- 1_9_3_392 (0)
- What's this?
parse(query)
public
Register or
log in
to add new notes.
ajh -
October 17, 2012
1 thank
See also: Rack::Utils.parse_nested_query.
Note that CGI::parse does not attempt to create a multi-level object; that is, it basically ignores hard brackets in key names.
For a method that does deal with these, see Rack::Utils.parse_nested_query.


