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

Namespace and with blocks #26

Open
despeset opened this issue Mar 21, 2013 · 0 comments
Open

Namespace and with blocks #26

despeset opened this issue Mar 21, 2013 · 0 comments
Labels

Comments

@despeset
Copy link
Member

The namespace and with blocks are cool and should be implemented. namespace should make all calls to route functions inside the block automatically prefix the specified root path. with should accept any combination of Midware and MidwareStack and route all requests for resources defined inside the block through that middleware.

Both of these should be nestable inside themselves and eachother.

See spec-micro.jl

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

1 participant