관리-도구
편집 파일: parse_query-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Stolen from Mongrel, with some small modifications: Parses a query string by breaking it up at the '&' and ';' characters. You can also use this to parse cookies by changing the characters used in the second parameter (which defaults to '&;')." full_name: Rack::Utils#parse_query is_singleton: false name: parse_query params: (qs, d = nil, &unescaper) visibility: public