관리-도구
편집 파일: parse_nested_query-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: parse_nested_query expands a query string into structural types. Supported types are Arrays, Hashes and basic value types. It is possible to supply query strings with parameters of conflicting types, in this case a ParameterTypeError is raised. Users are encouraged to return a 400 in this case. full_name: Rack#parse_nested_query is_singleton: false name: parse_nested_query params: (qs, d = nil) visibility: public