This directory contains a minimal example of an HTTP client implemented in Java. The client:
To run this example, first start one of the server examples in the parent directory, then:
mvn package _JAVA_OPTIONS="--add-opens=java.base/java.nio=ALL-UNNAMED" mvn exec:java -Dexec.mainClass="ArrowHttpClient"