This directory contains a minimal example of an HTTP client implemented in Rust. The client:
To run this example, first start one of the server examples in the parent directory, then:
cargo r --release
[!NOTE]
This client example implements low-level HTTP/1.1 details directly, instead of using an HTTP library. We intend to update the example to use hyper after arrow-rs has an async Arrow IPC reader).