- aiohttp_validate version: Latest
- Python version: 3.7
- Operating System: Ubuntu 18.04
Description
Get the original request object
Need to get an async background worker object (redis pool) from the request object. The request object is now a dict. Suspect it is in the *args tuple, but what is the correct way to go about retrieving the request object from this tuple?
What I Did
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.