项目作者: NeuraLegion

项目描述 :
HAR (HTTP Archive) parser in Crystal
高级语言: Crystal
项目地址: git://github.com/NeuraLegion/har.git
创建时间: 2018-03-19T12:36:04Z
项目社区:https://github.com/NeuraLegion/har

开源协议:MIT License

下载


har CI Releases License

HAR parser for version 1.2

Installation

Add this to your application’s shard.yml:

  1. dependencies:
  2. har:
  3. github: NeuraLegion/har

Usage

  1. json = HAR.from_file(file)
  2. # or from string using HAR.from_string(String)
  3. pp json
  4. json.version
  5. # => 1.2
  6. json.entries
  7. # 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.

  1. LOG_LEVEL=debug crystal spec

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am ‘Add some feature’)
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • bararchy Bar Hofesh - creator, maintainer
  • Sija Sijawusz Pur Rahnama - contributor, maintainer