#http-request #curl #timing #httpstat

app httpstat_rs

A command-line tool to visualize HTTP requests and responses with timing details

1 unstable release

new 0.1.0 Mar 22, 2025

#714 in Network programming

MIT license

9KB
142 lines

httpstat_rs

httpstat_rs is a learning project, translated and inspired by the original httpstat. This tool is a command-line utility that visualizes HTTP requests and responses with detailed timing information.

Installation

You can install this executable using cargo, the Rust package manager. Make sure you have Rust installed on your system. Then run the following command:

cargo install httpstat_rs

This will download, compile, and install the httpstat_rs executable, making it available in your system's PATH.

Usage

Run the tool with a URL to visualize the HTTP request and response details:

httpstat_rs http://www.baidu.com

Questions or Issues?

If you have any questions or encounter any issues, feel free to open an issue in the GitHub repository. Contributions and feedback are welcome!


This project is licensed under the MIT License. See the LICENSE file for more details.

Dependencies

~8–15MB
~226K SLoC