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

feature request: display stats #310

Open
luisdavim opened this issue Apr 4, 2023 · 2 comments
Open

feature request: display stats #310

luisdavim opened this issue Apr 4, 2023 · 2 comments

Comments

@luisdavim
Copy link

It would be nice to show some timing stats, something like httpstat

https://github.com/davecheney/httpstat

@ducaale
Copy link
Owner

ducaale commented Apr 9, 2023

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.

@ducaale
Copy link
Owner

ducaale commented Jan 17, 2024

From @blyxxyz in #347 (comment)

HTTPie issue: httpie/cli#1495

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.

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

2 participants