-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
request
should be a public attribute/property of ClientResponse
#1482
Comments
I don't want to expose @garyvdm would you make a Pull Request? |
hmm I could look at it then add tests for it if I could can get it to do such sometime. |
#1733 - ClientResponse implementation (mistakenly used another bug id). |
#1733 is merged |
In order to debug my application, I wanted to inspect attributes of the request (e.g. headers). I could not find a way to do this, and ended up hacking the aiohttp code to do this.
It would be nice if
request
was a public attribute/property ofClientResponse
so that one could do this:The text was updated successfully, but these errors were encountered: