WSGI middlewares were designed to allow new features to be injected intodownstream applications without any special handling code in the applicationitself, a use-case that isn't in much use currently. This tutorial willprovide you with the skills to intercept requests and responses and modifythem to improve other applications.