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:
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:
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.