Skip to content

Parsing query params #37

@coot

Description

@coot
parse "user/10/?a=1"

will parse with three RoutePart's

Path "user" : Path "10" : Query ... : Nil

But

parse "user/10?a=1"

will parse with two parts:

Path "user" : Path "10?a=1" : Nil

This is a bit unexpected.

Metadata

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