The har-viewer is a simple application written in Rust that allows you to view and analyze HTTP Archive (HAR) files.
- Load and parse HAR files
- Display detailed information about each request and response
- Filter and search requests
- Visualize request/response data in (quite) a user-friendly format
To install and run the har-viewer, follow these steps:
- Install dioxus pre-requirements on Platform-specific dependencies
- Build the application:
cargo build --release
- Run the application:
cd target/release && ./har-viewer --file <FILE>
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.