-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Support timing output similar to Curl's -w option #122
Comments
I'd love to see this, and came here just to file this request. I personally don't need anything fancy. Just simple timing would be great. (With a way to see only timing, and not the full response body. Perhaps group it with response headers?) In my case, my colleague discovered that (@marklap: didn't know about the |
Every response from requests has an |
Any progress on this feature? |
Also interested in having some basic way of getting the total request+response time |
I threw this together for fun. It's not awesome but it works and I think it's a bit more accurate than some other attempts (or suggestions). |
|
+1 |
1 similar comment
+1 |
+1 |
I'd really see a need for this, are there any plans to implement it? |
Any news? |
News? |
Canonical issue: #243 |
Canonical issue so weird |
Similar to timing output options in Curl's -w argument, and the data you see using browser debug tools that produce those pretty waterfall charts. A custom requests connection adapter might do the job.
The text was updated successfully, but these errors were encountered: