I know that at the middleware level the concept of "request" doesn't exist yet because the request object hasn't been initialized.
However, I find it very helpful if I can dump request.data
in the middleware layer so I don't have to liter pprint(request.data)
all over my application file.
Can someone tell me a way to do this at the middle layer level?