This directory contains a minimal example of an HTTP client implemented in Julia. The client:
To run this example, first start one of the server examples in the parent directory, then:
julia --project=.. -e "using Pkg; Pkg.instantiate()" julia --project=.. client.jl