har-replay

Version, currently main branch1 version
  • main branchlatestMay 1, 2021

github.com/RobertLowe/har-replay

A very basic implementation to replay HAR (http archive) files with Crystal

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  har-replay:
    github: RobertLowe/har-replay
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
Author
Robert Lowe

Dependencies

Runtime Dependencies

  • har*github: NeuraLegion/har

README

har-replay

A very basic implementation to replay HAR (http archive) files with Crystal

How to use this:

  • Clone the repository
  • shards install
  • Change replay.har to what you want to replay
  • Run crystal replay.cr

to change conncurency:

  • Run SPAWN=10 crystal replay.cr

And unleash hell.