/harhar

harhar - http archive helpful analyzer

Primary LanguageDart

harhar - work in progress

Parser and analyzer for https://w3c.github.io/web-performance/specs/HAR/Overview.html files.

harhar stands for http archive helpful analyzer

Badges

dart

Local development

# 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

Todos

  • Multiple output options (beautiful, JSON)
  • GitHub releases