Middleware doc missing
Thank you very much for providing this tool, it is very useful for me.But I have some doubts about this tool.
I want to use Inversify for engineering development and want to design AOP development on top of Inversify Middleware. But Inversify documents have very few descriptions about middleware. Is there a more complete document about middleware? Capabilities, best practices, and so on.For example, whether middleware can change the object you inject
https://github.com/inversify/InversifyJS/blob/master/wiki/middleware.md
I need more information about the middlewares section too.
Another example of things that I don't know if I can do with middlewares: Add a tag under the hood to a request before calling planAndResolve(args)?