har
Version, currently 1.1.314 versions
- 1.2.0latestOct 24, 2023
- 1.1.9not indexedFeb 21, 2024
- 1.1.8not indexedFeb 21, 2024
- 1.1.7not indexedFeb 21, 2024
- 1.1.6not indexedFeb 21, 2024
- 1.1.5not indexedFeb 21, 2024
- 1.1.4not indexedFeb 21, 2024
- 1.1.3not indexedFeb 21, 2024
- 1.1.2not indexedFeb 21, 2024
- 1.1.1not indexedFeb 21, 2024
- 1.1.0not indexedFeb 21, 2024
- 1.0.1not indexedFeb 21, 2024
- 1.0.0not indexedFeb 21, 2024
- 0.3.0not indexedFeb 21, 2024
github.com/NeuraLegion/har
HAR (HTTP Archive) parser in Crystal
Nothing has been indexed for 1.1.3 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
har:
github: NeuraLegion/har
version: ~> 1.1.3Then run:
shards installshard.yml
No shard.yml has been indexed for 1.1.3. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
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
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.1.3- Tagged
- Feb 21, 2024
- Commit
e68f9d424595- Indexed
- not yet
Dependents
Repository
github.com/NeuraLegion/har
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 25, 2026
- Synced
- Sep 24, 2026
- Versions
- 14