You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
namespace
andwith
blocks are cool and should be implemented.namespace
should make all calls toroute
functions inside the block automatically prefix the specified root path.with
should accept any combination ofMidware
andMidwareStack
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
The text was updated successfully, but these errors were encountered: