Skip to content

Request.params do not allow duplicate parameters #247

Open
@mildred

Description

@mildred

result[key] = val

Sometimes, in query strings, you need to pass lists. This is generally done by duplicating the same key over like: name=a&name=b. juster folds these into a single parameter in the above code. Instead of using []= to add new parameters, add allows key duplicates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions