-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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