Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dynamic routing (type coercion, regexp, named/unnamed wildcards) #25

Open
zachallaun opened this issue Mar 21, 2013 · 1 comment
Labels

Comments

@zachallaun
Copy link
Member

Routes.jl currently supports only static routes. See spec-micro.jl for examples.

@despeset
Copy link
Member

We should also make sure that a handler can be put at the end of an app to catch all unmatched requests. I guess this could either be a special route like "/*" or it could be a specific method like notfound( app, handler ).

Now that I think about it, I'm not clear on how we want to handle wildcard route matching in general... anybody have an idea about that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants