Skip to content

Multi-value variables incorrectly handled #23

Closed
@rogerm

Description

@rogerm

the library incorrectly handles multiple occurrences of a parameter.

For example: http://foo.bar.net/path?a=123&a=456

Request being a such a thin wrapper over dict is problematic here. At the very least is needs to be a dictionary of lists (a list of tuples is a bit harder to work with). Which would require a custom urlencode and a custom update() method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions