Skip to content

Decode query params keys  #95

Open
@wagjo

Description

Collection values are encoded into query params with brackets attached as a suffix. When parsing back the url query string, the keys are not decoded. As brackets in query keys tend to be percent encoded in several tools, parser should decode them.

Example of such query, github percent encodes brackets in the href of the following link automatically:
http://example.com/search?terms[]=foo&terms[]=bar

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions