Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to retrieve original aiohttp handler request object? #246

Open
thebpmgroup opened this issue Oct 24, 2019 · 0 comments
Open

How to retrieve original aiohttp handler request object? #246

thebpmgroup opened this issue Oct 24, 2019 · 0 comments

Comments

@thebpmgroup
Copy link

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant