httpstat_rs

Crates.iohttpstat_rs
lib.rshttpstat_rs
version0.1.0
created_at2025-03-22 10:41:02.153624+00
updated_at2025-03-22 10:41:02.153624+00
descriptionA command-line tool to visualize HTTP requests and responses with timing details.
homepagehttps://github.com/ledao/httpstat_rs
repositoryhttps://github.com/ledao/httpstat_rs
max_upload_size
id1601701
size14,939
Ledao (ledao)

documentation

https://docs.rs/httpstat_rs

README

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.

Commit count: 18

cargo fmt