# hload [![Crates.io](https://img.shields.io/crates/v/hload)](https://crates.io/crates/hload) Simple HTTP load testing tool that mimics portions of cURL's CLI. ## Installation hload provides automatically built binaries for certain targets in the [releases](https://github.com/Vonr/hload/releases). They may be retrieved manually or with [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) with `cargo binstall hload`. You can choose to install from source with `cargo install hload` ## Credits CI uses [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild) and workflows and scripts modified from [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)