High-performance asynchronous HTTP client library for C
High-performance asynchronous HTTP client library
serf$ gcc -I/usr/local/include/serf-1 -L/usr/local/lib -lserf-1 myprogram.c -o myprogram$ pkg-config --modversion serf-1 && pkg-config --cflags --libs serf-1$ cmake -DSERF_ROOT=$(brew --prefix apache-serf) .