-
-
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
Client response #1733
Client response #1733
Conversation
could you modify |
Ok, I'll do it tomorrow. |
Awesome |
7c97b03
to
37c97b8
Compare
Last travis run: 1 job fail was produced by different reason (asyncio failure). |
Codecov Report
@@ Coverage Diff @@
## master #1733 +/- ##
==========================================
+ Coverage 96.77% 96.77% +<.01%
==========================================
Files 37 37
Lines 7438 7444 +6
Branches 1296 1296
==========================================
+ Hits 7198 7204 +6
Misses 111 111
Partials 129 129
Continue to review full report at Codecov.
|
awesome! thanks |
What do these changes do?
Attach request_info to response object
Are there changes in behavior for the user?
Possible to get request url and headers from response object.
Related issue number
#1705