Parser and analyzer for https://w3c.github.io/web-performance/specs/HAR/Overview.html files.
harhar stands for http archive helpful analyzer
# json code generation + format + fix
./check.sh
# run harhar with a http archive for github.com
dart run harhar examples/github.com.har
# compile => yields binary in build/harhar
./build.sh
- Multiple output options (beautiful, JSON)
- GitHub releases