Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Allow for dynamic URI patterns with named parameters #2

@grebaldi

Description

@grebaldi

Parsing of these should be as simple as possible, so the placeholders should be delimited by some URI-invalid character (e.g. {}) and later on differentiated from each other by some identifying string pattern at the beginning of the character sequence (e.g. {@myvar}, {?myothervar}).

'/myroute/{@dynamicPart}': '/{@dynamicPart}/myotherroute'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions