Installation

Linux

Update system with apt
Install cargo

sudo apt install \
build-essential \
pkg-config \
libssl-dev \
libcurl4-openssl-dev \
libxml2-dev -y
 
cargo install hurl

Windows

Usage

Appendix