har v1.2.0
har
HAR parser for version 1.2
Installation
Add this to your application's shard.yml
:
dependencies:
har:
github: NeuraLegion/har
Usage
json = HAR.from_file(file)
# or from string using HAR.from_string(String)
pp json
json.version
# => 1.2
json.entries
# etc..
Development
Pretty much done. If there is a needed feature please open an issue.
Testing
To run specs with debugging output you will have to set the LOG_LEVEL
to debug.
LOG_LEVEL=debug crystal spec
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
Repository
har
Owner
Statistic
- 22
- 7
- 0
- 8
- 1
- 9 months ago
- March 19, 2018
License
MIT License
Links
Synced at
Tue, 03 Dec 2024 15:17:11 GMT
Languages