https://github.com/luckymarmot/paw-harimporter
An importer for Paw that imports HAR dumps (e.g. from Chrome Dev Tools)
https://github.com/luckymarmot/paw-harimporter
har http httparchive paw
Last synced: about 1 month ago
JSON representation
An importer for Paw that imports HAR dumps (e.g. from Chrome Dev Tools)
- Host: GitHub
- URL: https://github.com/luckymarmot/paw-harimporter
- Owner: luckymarmot
- License: mit
- Created: 2015-05-20T17:06:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T16:45:43.000Z (about 6 years ago)
- Last Synced: 2025-04-11T02:09:56.214Z (about 1 month ago)
- Topics: har, http, httparchive, paw
- Language: JavaScript
- Homepage: https://paw.cloud/extensions/HARImporter
- Size: 41 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/luckymarmot/Paw-HARImporter)
# Paw HAR importer
This importer allows you to import HAR exports (e.g. from Chrome Dev Tools) into Paw.
## Contributing
If you want to contribute, this is how to build the extension and install it to your Paw settings:
```shell
yarn install # or npm install
make install
```To make a distributable archive:
```shell
make clean && make archive
```## License
MIT License. Copyright 2015-2017 Paw Inc.
Originally created by **Jeroen Visser** @jeroenvisser101