| Crates.io | httpstat_rs |
| lib.rs | httpstat_rs |
| version | 0.1.0 |
| created_at | 2025-03-22 10:41:02.153624+00 |
| updated_at | 2025-03-22 10:41:02.153624+00 |
| description | A command-line tool to visualize HTTP requests and responses with timing details. |
| homepage | https://github.com/ledao/httpstat_rs |
| repository | https://github.com/ledao/httpstat_rs |
| max_upload_size | |
| id | 1601701 |
| size | 14,939 |
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.
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.
Run the tool with a URL to visualize the HTTP request and response details:
httpstat_rs http://www.baidu.com
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.