Hello,
I need to store the request object globally, so non-view function can reference it without explicity passing it as a parameter.
I tried to write middleware that store the request object in contextvar, However, I would like to ask about the safety of this approach?