Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Parameter name mapping for routes #73

Open
akyoto opened this issue Feb 29, 2016 · 0 comments
Open

Parameter name mapping for routes #73

akyoto opened this issue Feb 29, 2016 · 0 comments
Milestone

Comments

@akyoto
Copy link
Collaborator

akyoto commented Feb 29, 2016

Add optional name mappings for route parameters so that we can have Express-like routing:

app.get('/users/:name')

In this case request.params[0] would also become accessible via request.params.name.

@akyoto akyoto added this to the 1.5.0 milestone Feb 29, 2016
@akyoto akyoto modified the milestones: 1.5.0, 1.6.0 May 21, 2016
@akyoto akyoto modified the milestones: 1.7.0, 1.6.0 Aug 27, 2016
@akyoto akyoto modified the milestones: 1.8.0, 1.7.0 Sep 21, 2016
@akyoto akyoto modified the milestones: 2.0.0, 1.8.0 Oct 8, 2016
@akyoto akyoto modified the milestones: 2.0.0, 3.0.0 Nov 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant