You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a particular stat you would be interested in? Currently, -vv displays the total duration, but we could also add time-to-first-byte and content-download duration.
For more granular stats, it would have to be supported in hyper/reqwest first.
This is maybe something we could handle by printing debug logs. Some of our dependencies already generate logs through log but we don't have a way to show them right now. They don't include the IP address but we could add our own log message for that (if we can get that info at all).
If we go that route then we don't have to worry as much about what HTTPie does.
It would be nice to show some timing stats, something like
httpstat
https://github.com/davecheney/httpstat
The text was updated successfully, but these errors were encountered: