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
Thanks for the wiki ! :)
Here it's few improvements I think would be nice to have to be more modular:
Having a class Interceptor with before and after the we'll extend in order to create an Interceptor. Then pass it to the route like route.add(interceptor), like this a route can have a list of interceptors and each one doing his own work (one for logs only in debug, one for default headers, one for auth management...)
Miss some example on how to use them:
The text was updated successfully, but these errors were encountered: