This is related to the question above :point_up_2:...
# orm-help
a
This is related to the question above šŸ‘† , I think Prisma should allow the removal of middleware, so that we can do something like: • Start of the HTTP request •
prisma.$use(someMiddlewareWithAccessToRequest)
• Process the request •
prisma.$unuse(someMiddlewareWithAccessToRequest)
• Return the response This will allow people to define context and request aware middleware
āœ… 1
n
Hey Aladin šŸ‘‹ this sounds indeed like a useful feature! Would you mind recording this as a GitHub issue so that our Product and Engineering teams can look into it? šŸ™‚