Comb through HAR files
Harcomb runs in Node.js and can be installed globally with npm
or run directly with npx
:
# Install globally…
npm install -g harcomb
# …or run without installing
npx harcomb list my-file.har
The full documentation is available on the GitHub repository page.