This directory contains a minimal example of an HTTP client implemented in C with GLib. The client:
To run this example, first start one of the server examples in the parent directory. Then install the arrow-glib and libsoup C libraries, compile client.c, and run the executable. For example, using clang:
clang client.c $(pkg-config --cflags --libs arrow-glib libsoup-3.0) -o client ./client