- Generate functional request code snippets from a request
- Generate TypeScript types from JSON response bodies
- Drag & Drop a HAR file to load in a new HAR.
- Filter by URLs
- Responsive. Works on Mobile sizes.
- Open a VS Code instance in the browser with the HAR's file structure for easy viewing with one shortcut.
- Generate requests code templates for more languages using a tool like curlconverter
- Ability to perform actions on a subset of requests
- Better filtering: (Filter by status codes, headers, etc..)
- Copy headers as JSON
- Light theme
Install the dependencies and devDependencies and start the server.
cd har-viewer
yarn
yarn dev
For production environments...
yarn build